ci: upgrade GitHub Actions to Node.js 24 compatible versions#422
Merged
josecelano merged 1 commit intomainfrom Apr 7, 2026
Merged
ci: upgrade GitHub Actions to Node.js 24 compatible versions#422josecelano merged 1 commit intomainfrom
josecelano merged 1 commit intomainfrom
Conversation
Upgrade actions that were running on Node.js 20 (deprecated, EOL April 2026) to versions that run on Node.js 24: - actions/checkout: v4 -> v5 - actions/upload-artifact: v4 -> v6 - actions/download-artifact: v4 -> v7 - actions/setup-node: v4 -> v5 Node.js 20 will be removed from GitHub Actions runners in fall 2026. Runners will default to Node.js 24 starting June 2nd, 2026. Ref: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
f5d7203 to
54adf0b
Compare
Member
Author
|
ACK 54adf0b |
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
Upgrades GitHub Actions across all 13 workflow files to versions that run on Node.js 24, resolving deprecation warnings.
Node.js 20 is EOL in April 2026. Runners will default to Node.js 24 starting June 2nd, 2026, and Node.js 20 will be fully removed in fall 2026.
Changes
actions/checkout@v4(Node 20)@v5(Node 24)actions/upload-artifact@v4(Node 20)@v6(Node 24)actions/download-artifact@v4(Node 20)@v7(Node 24)actions/setup-node@v4(Node 20)@v5(Node 24)Affected Workflows
backup-container.yamlcode-statistics.ymlcontainer.yamlcopilot-setup-steps.ymlcoverage.ymldocker-security-scan.ymllinting.ymltest-dependency-installer.ymltest-e2e-deployment.ymltest-e2e-infrastructure.ymltest-lxd-provision.ymltest-sdk-examples.ymltesting.ymlNotes
The
actions/cachedeprecation warning insideaquasecurity/trivy-actioncannot be fixed here — it is an internal dependency managed by Aqua Security and will be resolved when they release an updated version.Reference