ci(deploy): bump azure/login@v2 → v3 (Node 24 runtime)#41
Merged
Conversation
azure/login@v2 runs on the deprecated Node 20 actions runtime, which
GitHub flagged on every Deploy run ("Node.js 20 actions are
deprecated ... forced to Node.js 24 by June 16th, 2026"). v3.0.0's
sole change is upgrading the action runtime from Node 20 to Node 24
(Azure/login#578) — same inputs, drop-in replacement. Updates all four
OIDC login steps (build-and-push, deploy-data-tier, migrate, deploy-app).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
azure/login@v2runs on the deprecated Node 20 Actions runtime — GitHub surfaces this on every Deploy run:Bumps all four OIDC
Azure loginsteps indeploy.yml(build-and-push, deploy-data-tier, migrate, deploy-app) from@v2→@v3.Why v3 is a safe drop-in
Verified against the action's
action.ymlat each tag:runs.usingazure/login@v2/@v2.3.0node20azure/login@v3/@v3.0.0node24v3.0.0's release notes list a single change — "Upgrade nodejs from 20 to 24 and update dependencies" (Azure/login#578). No input or behavior changes; the
client-id/tenant-id/subscription-idinterface is unchanged.actions/checkout@v6already runs node24, andci.ymlpins its actions by SHA, soazure/loginwas the only node20 holdout flagged.Test plan
🤖 Generated with Claude Code