Skip to content

chore(deps): Bump the github-actions-dependencies group across 1 directory with 5 updates#10

Merged
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-4332cc9eab
Oct 19, 2025
Merged

chore(deps): Bump the github-actions-dependencies group across 1 directory with 5 updates#10
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-4332cc9eab

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the github-actions-dependencies group with 5 updates in the / directory:

Package From To
hoverkraft-tech/ci-github-common 0.24.0 0.26.0
hoverkraft-tech/ci-github-publish 0.8.0 0.10.1
actions/checkout 4 5
actions/setup-node 4 5
peter-evans/create-pull-request 6 7

Updates hoverkraft-tech/ci-github-common from 0.24.0 to 0.26.0

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.26.0

Release Summary

GitHub Actions dependencies were updated; documentation for actions and workflows was refreshed (docs).

Breaking change(s)

No breaking changes.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.25.0...0.26.0

0.25.0

Release Summary

No new features or bug fixes were introduced. Documentation for actions and workflows was refreshed (docs).

Internal: updated CI dependencies, including bumping hoverkraft-tech/ci-github-publish to 0.8.0 and refreshing several GitHub Actions (deps), improving CI reliability and consistency.

Breaking change(s)

Using hoverkraft-tech/ci-github-publish 0.8.0 now requires GitHub Runner ≥ v2.327.1.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.24.0...0.25.0

Commits
  • 1c379f7 chore(deps): bump the github-actions-dependencies group across 4 directories ...
  • f9bc9ac docs: update actions and workflows documentation
  • d324c77 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • be1d6c2 chore(deps): bump hoverkraft-tech/ci-github-publish
  • 0cbd352 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-publish from 0.8.0 to 0.10.1

Release notes

Sourced from hoverkraft-tech/ci-github-publish's releases.

0.10.1

Release Summary

Fixes: deployment stability and miscellaneous issues in the deploy scope.

Internal: dependency updates for GitHub Actions across two directories.

Breaking change(s)

No breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.10.0...0.10.1

0.10.0

Release Summary

No user-facing features or fixes in this release. Internal: CI dependencies updated by bumping hoverkraft-tech/ci-github-container to 0.28.0

Breaking changes

CI now requires GitHub Actions Runner ≥ v2.327.1 and Node.js 24.x due to the ci-github-container 0.28.0 update. 

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.9.3...0.10.0

0.9.3

Release Summary

GitHub Actions dependencies were updated.

Breaking change(s)

No breaking changes.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.9.2...0.9.3

0.9.2

... (truncated)

Commits
  • 00adc37 build(deps): Bump the github-actions-dependencies group across 2 directories ...
  • 3ddfd11 fix(deploy): misc issues
  • da0272d build(deps): Bump hoverkraft-tech/ci-github-container
  • ce4c807 build(deps): Bump the github-actions-dependencies group across 4 directories ...
  • d1beb30 chore: remove useless ghadocs file
  • ebb69cb build(deps): Bump hoverkraft-tech/ci-dokumentor
  • 2806e03 build(deps): Bump hoverkraft-tech/ci-dokumentor
  • af8469b build(deps): Bump the github-actions-dependencies group across 4 directories ...
  • 7df836a feat(release-actions): uses ci-dokumentor to generate documentation
  • ad54926 docs: update actions and workflows documentation
  • Additional commits viewable in compare view

Updates actions/checkout from 4 to 5

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

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Updates actions/setup-node from 4 to 5

Release notes

Sourced from actions/setup-node's releases.

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

What's Changed

Bug fixes:

Enhancement:

Dependency update:

New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

... (truncated)

Commits

Updates peter-evans/create-pull-request from 6 to 7

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v7.0.0

✨ Now supports commit signing with bot-generated tokens! See "What's new" below. ✍️🤖

Behaviour changes

  • Action input git-token has been renamed branch-token, to be more clear about its purpose. The branch-token is the token that the action will use to create and update the branch.
  • The action now handles requests that have been rate-limited by GitHub. Requests hitting a primary rate limit will retry twice, for a total of three attempts. Requests hitting a secondary rate limit will not be retried.
  • The pull-request-operation output now returns none when no operation was executed.
  • Removed deprecated output environment variable PULL_REQUEST_NUMBER. Please use the pull-request-number action output instead.

What's new

  • The action can now sign commits as github-actions[bot] when using GITHUB_TOKEN, or your own bot when using GitHub App tokens. See commit signing for details.
  • Action input draft now accepts a new value always-true. This will set the pull request to draft status when the pull request is updated, as well as on creation.
  • A new action input maintainer-can-modify indicates whether maintainers can modify the pull request. The default is true, which retains the existing behaviour of the action.
  • A new output pull-request-commits-verified returns true or false, indicating whether GitHub considers the signature of the branch's commits to be verified.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0

Create Pull Request v6.1.0

✨ Adds pull-request-branch as an action output.

What's Changed

... (truncated)

Commits
  • 271a8d0 fix: suppress output for some git operations (#3776)
  • 6f7efd1 test: update cpr-example-command
  • 13c47c5 build(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#3754)
  • 63e5829 build(deps): bump @​octokit/plugin-paginate-rest from 11.4.2 to 11.4.3 (#3753)
  • a92c90f build(deps-dev): bump eslint-import-resolver-typescript (#3752)
  • b23b62d build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#3751)
  • dd2324f fix: use showFileAtRefBase64 to read per-commit file contents (#3744)
  • 367180c ci: remove testv5 cmd
  • 25575a1 build: update distribution (#3736)
  • a56e7a5 build(deps): bump @​octokit/core from 6.1.3 to 6.1.4 (#3711)
  • Additional commits viewable in compare view

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

…ctory with 5 updates

Bumps the github-actions-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.24.0` | `0.26.0` |
| [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish) | `0.8.0` | `0.10.1` |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6` | `7` |



Updates `hoverkraft-tech/ci-github-common` from 0.24.0 to 0.26.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.24.0...0.26.0)

Updates `hoverkraft-tech/ci-github-publish` from 0.8.0 to 0.10.1
- [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
- [Commits](hoverkraft-tech/ci-github-publish@0.8.0...0.10.1)

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

Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

Updates `peter-evans/create-pull-request` from 6 to 7
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v7)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-publish
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: peter-evans/create-pull-request
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

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 Oct 6, 2025
@neilime neilime merged commit 8091628 into main Oct 19, 2025
11 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-dependencies-4332cc9eab branch October 19, 2025 07:33
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