You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create and approve a migration plan to safely adopt @actions/core@3 (ESM-only) in this action repository.
PR #62 shows the direct bump currently breaks packaging (ncc/CJS flow), so we need a deliberate migration path before enabling Dependabot major updates.
Dependabot PR #62 (build(deps): bump @actions/core from 1.11.1 to 3.0.0) is currently incompatible with the repo’s packaging setup and should not be merged without this plan.
Chore Type
CI / Build change
Description
Create and approve a migration plan to safely adopt
@actions/core@3(ESM-only) in this action repository.PR #62 shows the direct bump currently breaks packaging (
ncc/CJS flow), so we need a deliberate migration path before enabling Dependabot major updates.Acceptance Criteria
@actions/core@3fails in current CommonJS packaging flow)Implementation Notes
node20withdist/index.js.npm run buildnpm run packageRelated Issues
Priority
High
Changelog Category
No changelog needed
Additional Context
Dependabot PR #62 (
build(deps): bump @actions/core from 1.11.1 to 3.0.0) is currently incompatible with the repo’s packaging setup and should not be merged without this plan.