ci: update GitHub Actions to Node 24 runtime (Node 20 deprecation)#4879
Open
JBWatenbergScality wants to merge 2 commits intodevelopment/133.0from
Open
ci: update GitHub Actions to Node 24 runtime (Node 20 deprecation)#4879JBWatenbergScality wants to merge 2 commits intodevelopment/133.0from
JBWatenbergScality wants to merge 2 commits intodevelopment/133.0from
Conversation
Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]>
Contributor
Hello jbwatenbergscality,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Contributor
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
| uses: docker/setup-buildx-action@v4 | ||
| - name: Login to the registry | ||
| uses: docker/login-action@v3 | ||
| uses: docker/login-action@v4 |
There was a problem hiding this comment.
docker/login-action@v2 in .github/workflows/build.yaml:73 was missed by this PR and still runs on Node 20. It should be updated to @v4 for consistency with the other workflow files.
— Claude Code
|
Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]>
|
LGTM |
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
Update GitHub Actions workflow files to use action versions running on Node 24.
Context
GitHub deprecated Node 20 in GitHub Actions runners:
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Changes
Updated: actions/checkout@v4→@v6, docker/build-push-action@v5/v6→@v7, docker/metadata-action@v5→@v6, github/codeql-action@v3→@v4, etc.