Skip to content

chore(ci): bump GitHub Actions versions to resolve Node.js 20 deprecation warnings#130

Open
vigneshrajsb wants to merge 1 commit intomainfrom
chore/update-github-actions-node20-deprecation
Open

chore(ci): bump GitHub Actions versions to resolve Node.js 20 deprecation warnings#130
vigneshrajsb wants to merge 1 commit intomainfrom
chore/update-github-actions-node20-deprecation

Conversation

@vigneshrajsb
Copy link
Contributor

Summary

  • Bump actions/checkout v3 -> v4
  • Bump docker/login-action v2 -> v3
  • Bump docker/build-push-action v4 -> v6
  • Bump docker/setup-buildx-action v3 -> v4

These older action versions run on Node.js 16, which GitHub has deprecated. Updating them silences the deprecation warnings in CI runs for both base-release.yaml and release.yaml.

Testing

No functional code changed — CI workflow syntax only. Verified by inspecting the diff. The updated actions are all stable, widely-used major releases.

🤖 Generated with Claude Code

…tion warnings

Update action versions in base-release.yaml and release.yaml:
- actions/checkout: v3 -> v4
- docker/login-action: v2 -> v3
- docker/build-push-action: v4 -> v6
- docker/setup-buildx-action: v3 -> v4

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vigneshrajsb vigneshrajsb requested a review from a team as a code owner March 11, 2026 23:36
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