You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This PR bumps googleapis/release-please-action from 4.4.1 to 5.0.0, updating the pinned commit SHA in .github/workflows/release-please.yml. The only breaking change in v5 is an upgrade of the action's internal Node.js runtime to Node 24, which has no effect on the action's inputs, outputs, or configuration — the existing release-please-config.json and .release-please-manifest.json files remain fully compatible.
Confidence Score: 5/5
Safe to merge — single-line SHA bump with no functional or configuration impact.
The change is a routine dependabot update that replaces one pinned commit SHA with another. The v5 breaking change (Node 24 runtime) is internal to the action and does not affect any inputs, outputs, or config files used by this repo.
No files require special attention.
Important Files Changed
Filename
Overview
.github/workflows/release-please.yml
Bumps the pinned commit SHA for googleapis/release-please-action from v4.4.1 to v5.0.0; comment updated accordingly. No other changes.
Sequence Diagram
sequenceDiagram
participant GH as GitHub (push: main)
participant RP as release-please-action@v5
participant Repo as Repository
GH->>RP: Trigger on push to main
RP->>Repo: Read release-please-config.json + .release-please-manifest.json
RP->>Repo: Open / update "release: vX.Y.Z" PR
Note over RP,Repo: On PR merge
RP->>Repo: Create GitHub Release + tag
RP-->>GH: outputs: release_created, tag_name, major
GH->>Repo: move-major-tag job: git tag -f vMAJOR && push --force
dependabotBot
deleted the
dependabot/github_actions/googleapis/release-please-action-5.0.0
branch
May 2, 2026 12:18
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
dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code
1 participant
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.
Bumps googleapis/release-please-action from 4.4.1 to 5.0.0.
Release notes
Sourced from googleapis/release-please-action's releases.
Changelog
Sourced from googleapis/release-please-action's changelog.
... (truncated)
Commits
45996edchore(main): release 5.0.0 (#1200)a8121b9chore: build dist (#1201)f533c26fix: bump release-please from 17.3.0 to 17.6.0 (#1199)46dfc01feat!: upgrade to node24 (#1188)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)