ci: upgrade remaining Node.js 20 actions to Node.js 24 in gateway-discord#397
ci: upgrade remaining Node.js 20 actions to Node.js 24 in gateway-discord#397hanzlamateen wants to merge 1 commit intodevfrom
Conversation
…cord Upgrades all actions still flagged for Node.js 20 deprecation: - dorny/paths-filter v3 → v4 - hashicorp/setup-terraform v3 → v4 - docker/setup-buildx-action v3 → v4 - docker/login-action v3 → v4 - docker/metadata-action v5 → v6 - docker/build-push-action v6 → v7 azure/setup-kubectl@v4 and azure/setup-helm@v4 kept as-is (no Node.js 24 versions available yet). Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can enable review details to help with troubleshooting, context usage and more.Enable the |
Code ReviewSummary: Straightforward CI maintenance PR upgrading 6 GitHub Actions to Node.js 24-compatible major versions. Changes are correct and well-scoped. ReviewCorrectness ✅
The coordinated Docker action upgrades (buildx v4, build-push v7) are compatible with each other as expected. Scope ✅ Omissions noted ✅ Minor observation: Actions are pinned to major version tags (e.g., Verdict: No issues found. Safe to merge. |
Follow-up to #395. Upgrades all remaining actions flagged for Node.js 20 deprecation in the gateway-discord workflow.
Changes
dorny/paths-filterhashicorp/setup-terraformdocker/setup-buildx-actiondocker/login-actiondocker/metadata-actiondocker/build-push-actionazure/setup-kubectl@v4andazure/setup-helm@v4kept as-is — no Node.js 24 versions available yet.Context
After merging #395 and running the full gateway-discord pipeline via
workflow_dispatch, all jobs passed (Detect Changes, Test, Build Image, Terraform, Deploy) but produced Node.js 20 deprecation warnings for the above actions. This PR clears those warnings before the June 2, 2026 forced migration.Made with Cursor