CI: bump GitHub Actions to Node.js 24 runtimes - #1874
Open
tuhaihe wants to merge 1 commit into
Open
Conversation
Member
Author
|
Updates:
|
leborchuk
approved these changes
Jul 31, 2026
leborchuk
left a comment
Contributor
There was a problem hiding this comment.
LGTM, consider use v7 for checkout actions - it's minor issue, I'm not sure maybe v5 also good enough
tuhaihe
force-pushed
the
ci-nodejs-0731
branch
from
August 10, 2026 06:35
4ce48ac to
1970aba
Compare
GitHub Actions runners now force actions declaring Node.js 20 onto Node.js 24 and emit a deprecation annotation on every job. Node.js 20 support is removed entirely after June 2026, so the workflows need actions whose action.yml declares "using: node24". Version transitions applied across all workflow files: actions/upload-artifact v4 -> v7 (27 call sites) actions/download-artifact v4 -> v8 (11 call sites) actions/checkout v4 -> v7 (9 call sites) actions/setup-java v3 -> v5 (1 call site) Assisted-by: Claude Code
tuhaihe
force-pushed
the
ci-nodejs-0731
branch
from
August 11, 2026 02:34
1970aba to
ea25e0c
Compare
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.
Suppress Node.js 20 deprecation annotations reported in workflow summaries because these actions still target a deprecated runtime.
actions/checkout@v4, actions/upload-artifact@v4, and actions/download-artifact@v4 are all bumped to v5 across all workflow files.
Fixes #ISSUE_Number
What does this PR do?
Type of Change
Breaking Changes
Test Plan
make installcheckmake -C src/test installcheck-cbdb-parallelImpact
Performance:
User-facing changes:
Dependencies:
Checklist
Additional Context
CI Skip Instructions