chore(deps): update googleapis/release-please-action action to v5#36
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update googleapis/release-please-action action to v5#36renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
fe84fe2 to
86108bf
Compare
86108bf to
7e4bd56
Compare
There was a problem hiding this comment.
Summary
This PR updates the googleapis/release-please-action GitHub Action from v4 to v5. The change is a single-line update in .github/workflows/release-please.yml. After reviewing the v5.0.0 changelog and the current workflow configuration, this update is safe to merge.
Verdict: Approved ✅
Research notes
Fetched the release-please-action repository page and CHANGELOG.md to understand the v4→v5 migration:
- v5.0.0 breaking change: "upgrade to node24" — this refers to the Node.js runtime version the action executes on internally (previously Node 20 in v4). This does not affect the action's input/output interface or require any workflow changes.
- No API changes: All inputs used in this repo (
token,config-file,manifest-file) and outputs consumed (release_created,tag_name) remain unchanged between v4 and v5. - Manifest configuration: The repo uses manifest-based configuration (via
release-please-config.jsonand.release-please-manifest.json), which was introduced in v4 and continues to be the default mode in v5.
Suggested next steps
- Merge this PR — no additional changes required
- After merging, monitor the next release-please workflow run to confirm normal operation (this is standard practice for any dependency update)
General findings
None. The change is minimal, well-scoped, and follows the conventional commit format expected by release-please itself (chore(deps):).
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.
This PR contains the following updates:
v4→v5Release Notes
googleapis/release-please-action (googleapis/release-please-action)
v5.0.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v5.0Compare Source
v5Compare Source
v4.4.1Compare Source
v4.4.0Compare Source
Features
Bug Fixes
changelog-hostparameter ignored when using manifest configuration (#1151) (535c413)v4.4Compare Source
v4.3.0Compare Source
Features
v4.3Compare Source
v4.2.0Compare Source
Features
v4.2Compare Source
v4.1.5Compare Source
Bug Fixes
v4.1.4Compare Source
Bug Fixes
v4.1.3Compare Source
Bug Fixes
v4.1.2Compare Source
Bug Fixes
v4.1.1Compare Source
Bug Fixes
v4.1.0Compare Source
Features
changelog-hostinput toaction.yml(#948) (863b06f)v4.1Compare Source
v4.0.3Compare Source
Bug Fixes
v4.0.2Compare Source
Bug Fixes
v4.0.1Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.