Action version bumps to resolve warnings about upcoming Node.js 20 EOL in CI#185
Merged
AlexJones0 merged 4 commits intolowRISC:masterfrom Apr 23, 2026
Merged
Action version bumps to resolve warnings about upcoming Node.js 20 EOL in CI#185AlexJones0 merged 4 commits intolowRISC:masterfrom
AlexJones0 merged 4 commits intolowRISC:masterfrom
Conversation
Pick up the change to the node24 runtime, as Node.js 20 actions are currently deprecated and will mean checkout@v4 is end-of-life on September 16th 2026. There are no breaking changes for our use case across the major version bumps, so we use the latest major release. Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
Pick up the change to the node24 runtime, as Node.js 20 actions are currently deprecated and will mean upload-artifact@v4 is end-of-life on September 16th 2026. There are no major breaking changes across these major version bumps for our use case, so we move to use the latest major release. Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
Pick up the change to the node24 runtime, as Node.js 20 actions are currently deprecated and will mean upload-artifact@v4 is end-of-life on September 16th 2026. The main breaking change is for users whose specified an artifact by ID (`artifact-ids`) for single artifact downloads. We only download artifacts by pattern, so this does not impact us. The latest version makes hash mismatches error by default (which seems sensible, so we'll leave that enabled) and only tries to unzip zipped files (which is our existing use case, so there should be no noticeable change). There are no other major breaking changes across these major version bumps for our use case, so we move to use the latest major release. Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
Pick up the change to the node24 runtime, as Node.js 20 actions are currently deprecated and will mean upload-artifact@v4 is end-of-life on September 16th 2026. There are no major breaking changes across this major version bump for our use case, so we move to use the latest major release. Signed-off-by: Alex Jones <alex.jones@lowrisc.org>
hcallahan-lowrisc
approved these changes
Apr 23, 2026
Contributor
hcallahan-lowrisc
left a comment
There was a problem hiding this comment.
LGTM! Thanks @AlexJones0
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.
Bump all actions that were still using node20 to newer major versions that use node24. For each action I've checked the breaking changes and migration guidance in the release notes, and it appears that no breaking changes impact our use cases.
For any updated actions that support immutable releases, I've pinned the specific immutable release. This would also mean pinning a specific SHA for the commonplace
checkout,upload-artifactanddownload-artifactsupported by GitHub, so for now these remain pinned only to major versions whilst no immutable releases exist. There are issues open on these actions upstream to support moving to immutable releases.