Skip to content

chore(deps): bump the github-actions-dependencies group with 12 updates#265

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-c37ff13899
Open

chore(deps): bump the github-actions-dependencies group with 12 updates#265
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-c37ff13899

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2026

Bumps the github-actions-dependencies group with 12 updates:

Package From To
hoverkraft-tech/ci-github-nodejs 0.22.0 0.23.0
hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml 0.22.0 0.23.0
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.33.0 0.34.2
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.33.0 0.34.2
actions/create-github-app-token 3.0.0 3.1.1
hoverkraft-tech/ci-github-common 0.33.0 0.34.2
actions/upload-artifact 7.0.0 7.0.1
hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml 0.3.0 0.4.0
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.33.0 0.34.2
hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml 0.22.0 0.23.0
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.33.0 0.34.2
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.33.0 0.34.2

Updates hoverkraft-tech/ci-github-nodejs from 0.22.0 to 0.23.0

Release notes

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

0.23.0

Release Summary

This release adds two user-facing improvements: actions/package now supports a package dir input, and package no longer archives the generated npm tarball before upload.

It also fixes has-installed-dependencies so unexpected errors are handled properly.

Internal changes include repeated documentation refreshes for actions and workflows, plus multiple dependency updates across npm packages and GitHub Actions.

Breaking change(s)

The package action now uploads the package tarball without archiving it first, so consumers downloading the artifact must handle the raw tarball directly; the updated documentation explicitly notes downloading by artifact ID with skip-decompress: true.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.22.0...0.23.0

Commits
  • 9d465a0 docs: update actions and workflows documentation
  • 003452f chore(deps): bump actions/cache
  • 575833c chore(deps): bump the npm-dependencies group across 4 directories with 3 updates
  • d78651a chore(deps): bump the github-actions-dependencies group across 10 directories...
  • 5141ab8 docs: update actions and workflows documentation
  • 7948262 chore(deps): bump github/codeql-action
  • c342fb8 docs: update actions and workflows documentation
  • 833fdc2 chore(deps): bump the github-actions-dependencies group across 10 directories...
  • b979eae chore(deps): bump the npm-dependencies group across 4 directories with 2 updates
  • 7a91470 chore(deps): bump the npm-dependencies group across 4 directories with 2 updates
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml from 0.22.0 to 0.23.0

Release notes

Sourced from hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml's releases.

0.23.0

Release Summary

This release adds two user-facing improvements: actions/package now supports a package dir input, and package no longer archives the generated npm tarball before upload.

It also fixes has-installed-dependencies so unexpected errors are handled properly.

Internal changes include repeated documentation refreshes for actions and workflows, plus multiple dependency updates across npm packages and GitHub Actions.

Breaking change(s)

The package action now uploads the package tarball without archiving it first, so consumers downloading the artifact must handle the raw tarball directly; the updated documentation explicitly notes downloading by artifact ID with skip-decompress: true.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.22.0...0.23.0

Commits
  • 9d465a0 docs: update actions and workflows documentation
  • 003452f chore(deps): bump actions/cache
  • 575833c chore(deps): bump the npm-dependencies group across 4 directories with 3 updates
  • d78651a chore(deps): bump the github-actions-dependencies group across 10 directories...
  • 5141ab8 docs: update actions and workflows documentation
  • 7948262 chore(deps): bump github/codeql-action
  • c342fb8 docs: update actions and workflows documentation
  • 833fdc2 chore(deps): bump the github-actions-dependencies group across 10 directories...
  • b979eae chore(deps): bump the npm-dependencies group across 4 directories with 2 updates
  • 7a91470 chore(deps): bump the npm-dependencies group across 4 directories with 2 updates
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/linter.yml from 0.33.0 to 0.34.2

Release notes

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

0.34.2

Release Summary

Public changes: Documentation for actions and workflows has been updated, and local-actions now improves destination path handling and cleanup logic.

Internal changes: GitHub Actions dependencies have been bumped for maintenance purposes.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.34.1...0.34.2

0.34.1

Release Summary

No user-facing changes are included in this release.

Internal changes: improved how local GitHub Actions are accessed in the CI workflow.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.34.0...0.34.1

0.34.0

Release Summary

This release adds a new local-actions action, expanding the reusable CI/CD tooling. It also refreshes the actions and workflows documentation to reflect the latest available automation changes.

Internally, the release includes lint cleanup and dependency maintenance updates, including fast-xml-parser bumps in actions/parse-ci-reports and a GitHub Actions dependency refresh.)

Breaking change(s)

No breaking changes.

What's Changed

... (truncated)

Commits
  • 71b8594 chore: bump the github-actions-dependencies group across 1 directory with 1 u...
  • 93b17f7 feat(local-actions): enhance destination path handling and cleanup logic
  • 7c2f03b docs: update actions and workflows documentation
  • 79a274c docs(local-actions): enhance description
  • 03a5a2a fix: accessing local actions
  • a236f01 chore: bump the github-actions-dependencies group across 1 directory with 1 u...
  • a897cc7 docs: update actions and workflows documentation
  • ba3fd31 feat: add 'local-actions' action
  • f1caac2 chore: bump fast-xml-parser
  • 2585464 chore: bump fast-xml-parser
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.33.0 to 0.34.2

Release notes

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

0.34.2

Release Summary

Public changes: Documentation for actions and workflows has been updated, and local-actions now improves destination path handling and cleanup logic.

Internal changes: GitHub Actions dependencies have been bumped for maintenance purposes.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.34.1...0.34.2

0.34.1

Release Summary

No user-facing changes are included in this release.

Internal changes: improved how local GitHub Actions are accessed in the CI workflow.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.34.0...0.34.1

0.34.0

Release Summary

This release adds a new local-actions action, expanding the reusable CI/CD tooling. It also refreshes the actions and workflows documentation to reflect the latest available automation changes.

Internally, the release includes lint cleanup and dependency maintenance updates, including fast-xml-parser bumps in actions/parse-ci-reports and a GitHub Actions dependency refresh.)

Breaking change(s)

No breaking changes.

What's Changed

... (truncated)

Commits
  • 71b8594 chore: bump the github-actions-dependencies group across 1 directory with 1 u...
  • 93b17f7 feat(local-actions): enhance destination path handling and cleanup logic
  • 7c2f03b docs: update actions and workflows documentation
  • 79a274c docs(local-actions): enhance description
  • 03a5a2a fix: accessing local actions
  • a236f01 chore: bump the github-actions-dependencies group across 1 directory with 1 u...
  • a897cc7 docs: update actions and workflows documentation
  • ba3fd31 feat: add 'local-actions' action
  • f1caac2 chore: bump fast-xml-parser
  • 2585464 chore: bump fast-xml-parser
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 3.0.0 to 3.1.1

Release notes

Sourced from actions/create-github-app-token's releases.

v3.1.1

3.1.1 (2026-04-11)

Bug Fixes

  • improve error message when app identifier is empty (#362) (07e2b76), closes #249

v3.1.0

3.1.0 (2026-04-11)

Bug Fixes

  • deps: bump p-retry from 7.1.1 to 8.0.0 (#357) (3bbe07d)

Features

Commits
  • 1b10c78 build(release): 3.1.1 [skip ci]
  • 07e2b76 fix: improve error message when app identifier is empty (#362)
  • ea01216 ci: remove publish-immutable-action workflow (#361)
  • 7bd0371 build(release): 3.1.0 [skip ci]
  • e6bd4e6 feat: add client-id input and deprecate app-id (#353)
  • 076e948 feat: update permission inputs (#358)
  • 3bbe07d fix(deps): bump p-retry from 7.1.1 to 8.0.0 (#357)
  • 28a99e3 build(deps-dev): bump c8 from 10.1.3 to 11.0.0
  • 4df5060 build(deps-dev): bump open-cli from 8.0.0 to 9.0.0
  • 4843c53 build(deps-dev): bump the development-dependencies group with 3 updates
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.33.0 to 0.34.2

Release notes

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

0.34.2

Release Summary

Public changes: Documentation for actions and workflows has been updated, and local-actions now improves destination path handling and cleanup logic.

Internal changes: GitHub Actions dependencies have been bumped for maintenance purposes.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.34.1...0.34.2

0.34.1

Release Summary

No user-facing changes are included in this release.

Internal changes: improved how local GitHub Actions are accessed in the CI workflow.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.34.0...0.34.1

0.34.0

Release Summary

This release adds a new local-actions action, expanding the reusable CI/CD tooling. It also refreshes the actions and workflows documentation to reflect the latest available automation changes.

Internally, the release includes lint cleanup and dependency maintenance updates, including fast-xml-parser bumps in actions/parse-ci-reports and a GitHub Actions dependency refresh.)

Breaking change(s)

No breaking changes.

What's Changed

... (truncated)

Commits
  • 71b8594 chore: bump the github-actions-dependencies group across 1 directory with 1 u...
  • 93b17f7 feat(local-actions): enhance destination path handling and cleanup logic
  • 7c2f03b docs: update actions and workflows documentation
  • 79a274c docs(local-actions): enhance description
  • 03a5a2a fix: accessing local actions
  • a236f01 chore: bump the github-actions-dependencies group across 1 directory with 1 u...
  • a897cc7 docs: update actions and workflows documentation
  • ba3fd31 feat: add 'local-actions' action
  • f1caac2 chore: bump fast-xml-parser
  • 2585464 chore: bump fast-xml-parser
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 7.0.0 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • See full diff in compare view

Updates hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml from 0.3.0 to 0.4.0

Release notes

Sourced from hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml's releases.

0.4.0

Release Summary

This release mainly expands the public documentation with new golden paths for applications and multi-app patterns, a Kubernetes probes best practices guide, a DevX best practices section, and broader methodology and workflow setup content. It also improves the public docs experience by organizing projects by categories, fixing the project sidebar TOC, correcting GitHub edit links, and resolving missing assets during document rewriting.

Internal changes include CI and documentation generation improvements such as nested folder indexing, asset validation, linting and testing, and refactors to the inject-docs and index page implementation. It also includes routine dependency bumps and large batches of automated action documentation updates across the platform.

Breaking change(s)

Workflow sync-docs-dispatcher.yml now requires github-app-client-id instead of github-app-id, so existing workflow configurations must be updated to use the new input name.

What's Changed

... (truncated)

Commits
  • f3c9291 docs: update action documentation
  • 3889cf0 chore(deps): Bump follow-redirects in /application
  • 7c78f1e docs: update action documentation
  • 2507115 docs: update action documentation
  • 1d19389 chore(deps-dev): Bump @​typescript-eslint/parser
  • 88d526c chore(deps): Bump the github-actions-dependencies group across 1 directory wi...
  • 35f5107 docs: update action documentation
  • e38ef3c docs(hoverkraft-tech/ci-github-publish): update documentation
  • 1e7ddc6 docs: update action documentation
  • ae8ba6a docs(hoverkraft-tech/github-action-ovh-mks-scaling): update documentation
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml from 0.33.0 to 0.34.2

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml's releases.

0.34.2

Release Summary

Public changes: Documentation for actions and workflows has been updated, and local-actions now improves destination path handling and cleanup logic.

Internal changes: GitHub Actions dependencies have been bumped for maintenance purposes.

Breaking change(s)

There is no breaking change.

What's Changed

Bumps the github-actions-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.22.0` | `0.23.0` |
| [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.22.0` | `0.23.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.33.0` | `0.34.2` |
| [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.33.0` | `0.34.2` |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.1.1` |
| [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.33.0` | `0.34.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |
| [hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml](https://github.com/hoverkraft-tech/public-docs) | `0.3.0` | `0.4.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.33.0` | `0.34.2` |
| [hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml](https://github.com/hoverkraft-tech/ci-github-publish) | `0.22.0` | `0.23.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.33.0` | `0.34.2` |
| [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.33.0` | `0.34.2` |


Updates `hoverkraft-tech/ci-github-nodejs` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@775ce09...9d465a0)

Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@775ce09...9d465a0)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/linter.yml` from 0.33.0 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@4b53189...71b8594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.33.0 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@4b53189...71b8594)

Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@f8d387b...1b10c78)

Updates `hoverkraft-tech/ci-github-common` from 0.33.0 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@4b53189...71b8594)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

Updates `hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/hoverkraft-tech/public-docs/releases)
- [Commits](hoverkraft-tech/public-docs@c40c17f...f3c9291)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.33.0 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@4b53189...71b8594)

Updates `hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
- [Commits](hoverkraft-tech/ci-github-publish@b56be56...48e0c54)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.33.0 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@4b53189...71b8594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.33.0 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@4b53189...71b8594)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-nodejs
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/create-github-app-token
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/public-docs/.github/workflows/sync-docs-dispatcher.yml
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml
  dependency-version: 0.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Apr 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Hi, thank you for creating your PR, we will check it out very soon

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.

0 participants