Skip to content

build(deps): bump the gcp-actions group across 1 directory with 3 updates#303

Merged
mergify[bot] merged 2 commits into
mainfrom
dependabot/github_actions/gcp-actions-07446c8b8e
May 18, 2026
Merged

build(deps): bump the gcp-actions group across 1 directory with 3 updates#303
mergify[bot] merged 2 commits into
mainfrom
dependabot/github_actions/gcp-actions-07446c8b8e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps the gcp-actions group with 3 updates in the / directory: google-github-actions/auth, google-github-actions/setup-gcloud and google-github-actions/deploy-cloudrun.

Updates google-github-actions/auth from 2 to 3

Release notes

Sourced from google-github-actions/auth's releases.

v3

Floating v3 tag

v3.0.0

What's Changed

Full Changelog: google-github-actions/auth@v2...v3.0.0

v2.1.13

What's Changed

Full Changelog: google-github-actions/auth@v2.1.12...v2.1.13

v2.1.12

What's Changed

Full Changelog: google-github-actions/auth@v2.1.11...v2.1.12

v2.1.11

What's Changed

Full Changelog: google-github-actions/auth@v2.1.10...v2.1.11

v2.1.10

What's Changed

Full Changelog: google-github-actions/auth@v2.1.9...v2.1.10

v2.1.9

What's Changed

... (truncated)

Commits

Updates google-github-actions/setup-gcloud from 2 to 3

Release notes

Sourced from google-github-actions/setup-gcloud's releases.

v3

Floating v3 tag

v2.2.1

What's Changed

Full Changelog: google-github-actions/setup-gcloud@v2...v2.2.1

v2.2.0

What's Changed

Full Changelog: google-github-actions/setup-gcloud@v2.1.5...v2.2.0

v2.1.5

What's Changed

Full Changelog: google-github-actions/setup-gcloud@v2.1.4...v2.1.5

v2.1.4

What's Changed

Full Changelog: google-github-actions/setup-gcloud@v2.1.3...v2.1.4

v2.1.3

What's Changed

Full Changelog: google-github-actions/setup-gcloud@v2...v2.1.3

v2.1.2

What's Changed

... (truncated)

Commits

Updates google-github-actions/deploy-cloudrun from 2 to 3

Release notes

Sourced from google-github-actions/deploy-cloudrun's releases.

v3

Floating v3 tag

v3.0.0

What's Changed

Full Changelog: google-github-actions/deploy-cloudrun@v2...v3.0.0

v2.7.6

What's Changed

Full Changelog: google-github-actions/deploy-cloudrun@v2...v2.7.6

v2.7.5

What's Changed

Full Changelog: google-github-actions/deploy-cloudrun@v2.7.4...v2.7.5

v2.7.4

What's Changed

Full Changelog: google-github-actions/deploy-cloudrun@v2.7.3...v2.7.4

v2.7.3

What's Changed

New Contributors

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 5, 2026

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

…ates

Bumps the gcp-actions group with 3 updates in the / directory: [google-github-actions/auth](https://github.com/google-github-actions/auth), [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) and [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun).


Updates `google-github-actions/auth` from 2 to 3
- [Release notes](https://github.com/google-github-actions/auth/releases)
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/auth@v2...v3)

Updates `google-github-actions/setup-gcloud` from 2 to 3
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/setup-gcloud@v2...v3)

Updates `google-github-actions/deploy-cloudrun` from 2 to 3
- [Release notes](https://github.com/google-github-actions/deploy-cloudrun/releases)
- [Changelog](https://github.com/google-github-actions/deploy-cloudrun/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/deploy-cloudrun@v2...v3)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gcp-actions
- dependency-name: google-github-actions/deploy-cloudrun
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gcp-actions
- dependency-name: google-github-actions/setup-gcloud
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gcp-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the gcp-actions group with 3 updates build(deps): bump the gcp-actions group across 1 directory with 3 updates May 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/gcp-actions-07446c8b8e branch from bb1640b to edf3abf Compare May 11, 2026 05:25
Copy link
Copy Markdown
Collaborator

@julianken-bot julianken-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE
Same-tier risk: N/A (Dependabot, no Claude implementer)

Verification ledger

  • gh pr diff 303 — confirms diff is 3 lines: auth@v2→v3, setup-gcloud@v2→v3, deploy-cloudrun@v2→v3. No other changes.
  • grep -rn google-github-actions /Users/j/repos/tech-blog/.github/ — only deploy.yml consumes these actions; no other workflow file affected.
  • grep -rnE '(retries|backoff|backoff_limit|env_vars_file):' .github/ — returns no matches. None of the four parameters removed in v3 (auth: retries, backoff, backoff_limit; deploy-cloudrun: env_vars_file) are in use anywhere in this repo.
  • Verified against the actual upstream removal PRs: google-github-actions/auth#508 (auth v3 removals) and google-github-actions/deploy-cloudrun#576 (deploy-cloudrun v3 removals).
  • Verified that every input the workflow does pass (workload_identity_provider, service_account, service, image, region, flags, env_vars, secrets) is still present in v3 action.yml files.
  • CI: ESLint, TypeScript, Vitest, Next.js Build, Analyze Bundle, CodeQL, all 4 E2E shards — all SUCCESS.

Findings

None. The focus-constraint check (auth v3 removed parameters) is clean: the repo only ever used the canonical workload-identity inputs, both of which are retained in v3.

Two adjacent observations recorded for context but not raised as findings:

  1. setup-gcloud v3 disables the tool-cache by default (#724). Every deploy will redownload the gcloud SDK. For a workflow that runs only on push-to-main, the added wall-time is negligible.
  2. deploy-cloudrun v2.7.6 (rolled into v3) changed the wait input default to false. The repo does not set wait:, so this is silently inherited; deploys will return as soon as Cloud Run accepts the revision rather than after it becomes ready. For a min-instances=1 service with passing CI, this is acceptable.

Bottom line

Approve. Mechanical Dependabot bump with no parameter usage in the repo overlapping the v3 removal surface.

R13 shadow output (NOT a verdict)

Fired: .github/workflows/** touched. Sub-checks T1–T7 evaluated. T1–T5, T7: not applicable to a pure pinned-version bump. T6 (workflow coherence): PR's stated scope (3 major bumps) matches diff exactly. No drift.

@julianken-bot (opus 4.7, fresh-context review)

@julianken-bot
Copy link
Copy Markdown
Collaborator

@Mergifyio queue

@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented May 18, 2026

Merge Queue Status

  • Entered queue2026-05-18 00:59 UTC · Rule: default
  • Checks passed · in-place
  • Merged2026-05-18 01:10 UTC · at a5e47e580cb9f0c1f5577c5dd2d7ad8ca28c3b9e · squash

This pull request spent 10 minutes 57 seconds in the queue, including 3 minutes 7 seconds running CI.

Required conditions to merge
  • #approved-reviews-by >= 1 [🛡 GitHub branch protection]
  • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
  • github-review-decision = APPROVED [🛡 GitHub branch protection]
  • any of [🛡 GitHub branch protection]:
    • check-success = ESLint
    • check-neutral = ESLint
    • check-skipped = ESLint
  • any of [🛡 GitHub branch protection]:
    • check-success = TypeScript
    • check-neutral = TypeScript
    • check-skipped = TypeScript
  • any of [🛡 GitHub branch protection]:
    • check-success = Vitest
    • check-neutral = Vitest
    • check-skipped = Vitest
  • any of [🛡 GitHub branch protection]:
    • check-success = Next.js Build
    • check-neutral = Next.js Build
    • check-skipped = Next.js Build
  • any of [🛡 GitHub branch protection]:
    • check-success = Analyze Bundle
    • check-neutral = Analyze Bundle
    • check-skipped = Analyze Bundle
  • any of [🛡 GitHub branch protection]:
    • check-success = CodeQL Analysis
    • check-neutral = CodeQL Analysis
    • check-skipped = CodeQL Analysis
  • any of [🛡 GitHub branch protection]:
    • check-success = E2E Shard 1/4
    • check-neutral = E2E Shard 1/4
    • check-skipped = E2E Shard 1/4
  • any of [🛡 GitHub branch protection]:
    • check-success = E2E Shard 2/4
    • check-neutral = E2E Shard 2/4
    • check-skipped = E2E Shard 2/4
  • any of [🛡 GitHub branch protection]:
    • check-success = E2E Shard 3/4
    • check-neutral = E2E Shard 3/4
    • check-skipped = E2E Shard 3/4
  • any of [🛡 GitHub branch protection]:
    • check-success = E2E Shard 4/4
    • check-neutral = E2E Shard 4/4
    • check-skipped = E2E Shard 4/4

@mergify mergify Bot added the queued label May 18, 2026
@mergify mergify Bot merged commit 78172fa into main May 18, 2026
13 checks passed
@mergify mergify Bot deleted the dependabot/github_actions/gcp-actions-07446c8b8e branch May 18, 2026 01:10
@mergify mergify Bot removed the queued label May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant