Skip to content

chore(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0#15

Merged
znat merged 1 commit intomainfrom
dependabot/github_actions/googleapis/release-please-action-5.0.0
May 2, 2026
Merged

chore(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0#15
znat merged 1 commit intomainfrom
dependabot/github_actions/googleapis/release-please-action-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps googleapis/release-please-action from 4.4.1 to 5.0.0.

Release notes

Sourced from googleapis/release-please-action's releases.

v5.0.0

5.0.0 (2026-04-22)

⚠ BREAKING CHANGES

  • upgrade to node24 (#1188)

Features

Bug Fixes

  • bump release-please from 17.3.0 to 17.6.0 (#1199) (f533c26)
Changelog

Sourced from googleapis/release-please-action's changelog.

Changelog

5.0.0 (2026-04-22)

⚠ BREAKING CHANGES

  • upgrade to node24 (#1188)

Features

Bug Fixes

  • bump release-please from 17.3.0 to 17.6.0 (#1199) (f533c26)

4.4.1 (2026-02-20)

Bug Fixes

  • bump release-please from 17.1.3 to 17.3.0 (#1183) (ef9c274)

4.4.0 (2025-10-09)

Features

  • add ability to select versioning-strategy and release-as (#1121) (ee0f5ba)

Bug Fixes

  • changelog-host parameter ignored when using manifest configuration (#1151) (535c413)
  • bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 directory (#1149) (3612a99)
  • bump release-please from 17.1.2 to 17.1.3 (#1158) (66fbfe9)

4.3.0 (2025-08-20)

Features

  • deps: update release-please to 17.1.2 (f07192c)

4.2.0 (2025-03-07)

Features

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4.4.1 to 5.0.0.
- [Release notes](https://github.com/googleapis/release-please-action/releases)
- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
- [Commits](googleapis/release-please-action@5c625bf...45996ed)

---
updated-dependencies:
- dependency-name: googleapis/release-please-action
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 2, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 2, 2026

Greptile Summary

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
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump googleapis/release-ple..." | Re-trigger Greptile

@znat znat merged commit e4a11c8 into main May 2, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/googleapis/release-please-action-5.0.0 branch May 2, 2026 12:18
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant