feat!: upgrade GitHub Actions runtime from node20 to node24#91
Merged
Conversation
BREAKING CHANGE: Updated GitHub Actions runtime from node20 to node24. Bumped major version to v4.
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades this GitHub Action’s runtime and repository tooling expectations from Node.js 20 to Node.js 24, aligning action.yml, CI, package metadata, and documentation with the new major (v4) release.
Changes:
- Updated the action runtime in
action.ymltonode24. - Bumped package major version to
4.0.0and raisedengines.nodeto>=24(with lockfile sync). - Updated CI and documentation/examples to reference Node 24 and
@v4.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
action.yml |
Switches the action runtime to node24. |
package.json |
Major version bump to 4.0.0 and sets Node engine requirement to >=24. |
package-lock.json |
Syncs lockfile metadata (version + engines) with package.json. |
.github/workflows/ci.yml |
Runs CI on Node 24 to match the new engine/runtime. |
.github/copilot-instructions.md |
Updates internal guidance to reference node24 as the configured runtime. |
README.md |
Updates usage examples to @v4 and documents the v3→v4 breaking change. |
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
📦 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.Changes
runs.usingfromnode20tonode243.0.8to4.0.0, updatedengines.nodefrom>=20to>=24node-versionfrom20to24node20tonode24@v3to@v4, added "What's new" sectionnode20tonode24v3→v4— users must update their workflow references from@v3to@v4