Skip to content

Action version bumps to resolve warnings about upcoming Node.js 20 EOL in CI#185

Merged
AlexJones0 merged 4 commits intolowRISC:masterfrom
AlexJones0:action_bumps
Apr 23, 2026
Merged

Action version bumps to resolve warnings about upcoming Node.js 20 EOL in CI#185
AlexJones0 merged 4 commits intolowRISC:masterfrom
AlexJones0:action_bumps

Conversation

@AlexJones0
Copy link
Copy Markdown
Contributor

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-artifact and download-artifact supported 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.

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>
Copy link
Copy Markdown
Contributor

@hcallahan-lowrisc hcallahan-lowrisc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @AlexJones0

@AlexJones0 AlexJones0 added this pull request to the merge queue Apr 23, 2026
Merged via the queue into lowRISC:master with commit d5d3992 Apr 23, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants