Skip to content

Update GitHub Actions to use Node 24#159

Merged
adolsalamanca merged 2 commits into
mainfrom
node20-deprecation
May 26, 2026
Merged

Update GitHub Actions to use Node 24#159
adolsalamanca merged 2 commits into
mainfrom
node20-deprecation

Conversation

@minkimipt

Copy link
Copy Markdown
Contributor

Summary

  • Replace deprecated Node 16/20 action versions with Node 24 equivalents
  • aws-actions/configure-aws-credentials: v1*/v3/v4 → v6 (node24)
  • aws-actions/amazon-ecr-login: v1 → v2 (node24)
  • actions/checkout: v3/v4 → v6 (node24)

Context

GitHub is deprecating Node 20 on Actions runners (and Node 16/12 are already deprecated).
This PR upgrades all affected actions to versions that run on Node 24.

See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

minkimipt added 2 commits May 25, 2026 15:39
Upgrade action versions to use Node 24 runtime, replacing deprecated Node 16/20:
- aws-actions/configure-aws-credentials: v1*/v3/v4 → v6 (node24)
- aws-actions/amazon-ecr-login: v1 → v2 (node24)
- actions/checkout: v3/v4 → v6 (node24)
@adolsalamanca adolsalamanca merged commit 2eee6d1 into main May 26, 2026
2 checks passed
@adolsalamanca adolsalamanca deleted the node20-deprecation branch May 26, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants