chore: Upgrade all core actions versions to Node24 compatible in one go#255
Merged
morten-andersen merged 1 commit intomainfrom Mar 17, 2026
Conversation
* [setup-java](https://github.com/actions/setup-java) * [setup-node](https://github.com/actions/setup-node) * [setup-python](https://github.com/actions/setup-python) * [github-script](https://github.com/actions/github-script/releases/tag/v8) * [actions-cache](https://github.com/actions/cache) * [configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials/releases/tag/v6.0.0) * [docker/build-push-action](https://github.com/docker/build-push-action/releases/tag/v7.0.0) * [docker/metadata-action](https://github.com/docker/metadata-action/releases/tag/v6.0.0)
omarhachach
approved these changes
Mar 17, 2026
Contributor
omarhachach
left a comment
There was a problem hiding this comment.
Don't think its particularly risky 🚀
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.
We have a ton of warnings about using deprecated versions of the core actions
This is because Node 20 will be EOL in June 2026.
Our runners should be safe to use Node 24 versions of all these actions
Upgrading everything in one go instead of manually waiting for a lot of renovate upgrades