fix: bump default GitHub Actions to latest major versions#1451
Merged
Conversation
|
@zezke we've noticed this impending issue too. Really glad to see that you've spotted this and are working to fix it. I agree that this PR applies the immediate fix needed. Would it be valuable to add something more generic, to allow users to easily override the GitHub actions versions? |
|
@zezke As well as the github built-ins the cloudformation deploy action has an update for Node 24 - see https://github.com/aws-actions/aws-cloudformation-github-deploy/blob/master/CHANGELOG.md |
Contributor
mrgrain
approved these changes
Apr 20, 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.
Bumps the hardcoded default action versions used in generated workflows:
actions/checkoutv4 → v6actions/download-artifactv4 → v8actions/upload-artifactv4 → v7aws-actions/aws-cloudformation-github-deployv1 -> v2docker/login-actionv3 -> v4GitHub is deprecating Node.js 16 and 20-based actions.
This fixes #1452