Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the gha group with 3 updates in the /.github/workflows directory: actions/checkout, JS-DevTools/npm-publish and googleapis/release-please-action.

Updates actions/checkout from 4.2.2 to 5.0.0

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

Changelog

Sourced from actions/checkout's changelog.

V5.0.0

V4.3.0

Commits

Updates JS-DevTools/npm-publish from 3.1.1 to 4.1.1

Release notes

Sourced from JS-DevTools/npm-publish's releases.

v4.1.1

- uses: JS-DevTools/[email protected]

Bug fixes

  • bump tar from 7.4.3 to 7.5.1 (#249) (99ef290)

v4.1.0

- uses: JS-DevTools/[email protected]

Features

  • allow token to be optional for OIDC-based publish (#247) (612922f), closes #242

v4.0.1

- uses: JS-DevTools/[email protected]
  with:
    token: ${{ secrets.NPM_TOKEN }}

Bug fixes

  • do not suppress E409 from npm publish (#246) (c13368d), closes #245

v4.0.0

The v4 release updates the action runtime to Node 24, but there have been no usage changes to the action.

Immutable releases have been enabled for this repository. As a security practice, we recommend pinning to an exact release:

- uses: JS-DevTools/[email protected]
  with:
    token: ${{ secrets.NPM_TOKEN }}

⚠ BREAKING CHANGES

  • The action now runs on Node 24 with npm 11
  • The library and CLI now require Node >= 20, Node 16 and 18 are no longer supported
  • The library is now ESM only

Features

... (truncated)

Commits
  • 7f8fe47 chore(release): 4.1.1
  • 99ef290 fix(deps): bump tar from 7.4.3 to 7.5.1 (#249)
  • 1fe17a0 chore(release): 4.1.0
  • 3817acc fix(action): remove erroneous required token input check (#248)
  • 85420f2 chore(release): 4.1.0
  • 612922f feat: allow token to be optional for OIDC-based publish (#247)
  • ad69356 chore(release): 4.0.1
  • c13368d fix: do not suppress E409 from npm publish (#246)
  • b6b0bb6 docs: add usage warning to steer folks to first-party tools (#241)
  • d9dc932 chore(release): 4.0.0
  • Additional commits viewable in compare view

Updates googleapis/release-please-action from 4.2.0 to 4.3.0

Release notes

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

v4.3.0

4.3.0 (2025-08-20)

Features

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

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

4.3.0 (2025-08-20)

Features

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

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gha group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish) and [googleapis/release-please-action](https://github.com/googleapis/release-please-action).


Updates `actions/checkout` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.2...v5.0.0)

Updates `JS-DevTools/npm-publish` from 3.1.1 to 4.1.1
- [Release notes](https://github.com/js-devtools/npm-publish/releases)
- [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md)
- [Commits](JS-DevTools/npm-publish@v3.1.1...v4.1.1)

Updates `googleapis/release-please-action` from 4.2.0 to 4.3.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@v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: JS-DevTools/npm-publish
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: googleapis/release-please-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 1, 2025
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