feat!: upgrade GitHub Actions runtime from node20 to node24#160
Merged
joshjohanning merged 5 commits intomainfrom Mar 18, 2026
Merged
feat!: upgrade GitHub Actions runtime from node20 to node24#160joshjohanning merged 5 commits intomainfrom
joshjohanning merged 5 commits intomainfrom
Conversation
BREAKING CHANGE: Updated GitHub Actions runtime from node20 to node24. Bumped major version to v4. Removed deprecated append-work-item-title input - use add-work-item-table instead.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the GitHub Action for a v4 major release by removing the deprecated append-work-item-title input alias, updating documentation accordingly, and upgrading the action/runtime tooling to Node.js 24.
Changes:
- Remove support for the deprecated
append-work-item-titleinput and requireadd-work-item-tableexplicitly. - Bump the action to v4 and update docs/examples to reference
@v4. - Upgrade runtime/tooling to Node.js 24 (action runtime, CI, and
engines.node) and bump package version to4.0.0.
Reviewed changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/index.js | Removes deprecated input alias logic; add-work-item-table is now the sole toggle. |
| action.yml | Drops deprecated input and sets runs.using to node24. |
| README.md | Adds “What’s new”, updates usage to @v4, and removes deprecated input documentation. |
| tests/index.test.js | Removes deprecated input defaults and the alias-compatibility test. |
| package.json | Bumps version to 4.0.0 and sets engines.node to >=24. |
| package-lock.json | Updates lock metadata to match 4.0.0 and Node engine requirement. |
| .github/workflows/ci.yml | Updates CI to run on Node.js 24. |
| .github/copilot-instructions.md | Updates documented runtime reference to node24. |
| badges/coverage.svg | Updates coverage badge value. |
You can also share your feedback on Copilot code review. Take the survey.
📦 Draft Release CreatedA draft release v4.0.0 has been created for this PR. Next Steps
|
📦 Draft Release CreatedA draft release v4.0.0 has been created for this PR. Next Steps
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrade the GitHub Actions runtime from
node20tonode24sincenode20is now deprecated. Also removes the deprecatedappend-work-item-titleinput — useadd-work-item-tableinstead.Changes
runs.usingfromnode20tonode24; removed deprecatedappend-work-item-titleinput3.2.2to4.0.0, addedengines.node: >=24addWorkItemTablelogicnode-versionfrom20to24@v2to@v4, added "What's new" section, removed deprecated input from inputs tablenode20tonode24v3→v4— users must update their workflow references to@v4append-work-item-title— useadd-work-item-tableinstead