Upgrade GitHub Actions to Node 24 - #5788
Merged
SwarnaBharathiMantena merged 2 commits intoJun 16, 2026
Merged
Conversation
Upgraded various GitHub Actions in workflows to versions compatible with Node 24 to address the deprecation of Node 20. Actions upgraded: - actions/checkout to v6 - actions/dependency-review-action to v4 - actions/stale to v10 - actions/setup-python to v6 - actions/setup-go to v6 - hashicorp/setup-terraform to v4 - terraform-linters/setup-tflint to v6 TAG=agy BUG=524150606 CONV=e37598f3-1b0a-4da2-a565-b425d999911c
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
vikramvs-gg
previously approved these changes
Jun 15, 2026
This enables using the latest versions of developer dependencies (like terraform-docs and staticcheck) which now require Go 1.25, without pinning them in the Makefile. TAG=agy BUG=524150606 CONV=e37598f3-1b0a-4da2-a565-b425d999911c
SwarnaBharathiMantena
force-pushed
the
swarnabm/node-24-upgrade
branch
from
June 16, 2026 10:31
0bc6850 to
c897aa4
Compare
SwarnaBharathiMantena
marked this pull request as draft
June 16, 2026 10:31
vikramvs-gg
approved these changes
Jun 16, 2026
SwarnaBharathiMantena
marked this pull request as ready for review
June 16, 2026 13:58
SwarnaBharathiMantena
merged commit Jun 16, 2026
cc7c883
into
GoogleCloudPlatform:develop
18 of 86 checks passed
Neelabh94
pushed a commit
to Neelabh94/cluster-toolkit
that referenced
this pull request
Jun 18, 2026
ep-nag
pushed a commit
to nagconsulting/cluster-toolkit
that referenced
this pull request
Aug 7, 2026
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.
Upgraded various GitHub Actions in workflows to versions compatible with Node 24 to address the deprecation of Node 20.
Actions upgraded:
Note:
No updates are needed for customer environments. The GitHub warning about Node 20 deprecation is strictly a CI/CD infrastructure concern for this repository's development pipeline.
cluster-toolkititself is compiled into Go binaries, Python scripts, and Terraform modules. It does not run Node.js in the deployed customer environments.