Skip to content

chore(deps): bump the github-actions-dependencies group across 8 directories with 13 updates#738

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-674d9f151a
Closed

chore(deps): bump the github-actions-dependencies group across 8 directories with 13 updates#738
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-674d9f151a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

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

Package From To
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.34.1 0.34.2
hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml 0.22.0 0.23.0
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.34.1 0.34.2
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.34.1 0.34.2
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.34.1 0.34.2
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.34.1 0.34.2
hoverkraft-tech/ci-github-common 0.34.1 0.34.2
actions/create-github-app-token 3.1.0 3.1.1

Bumps the github-actions-dependencies group with 3 updates in the /actions/docker/build-image directory: hoverkraft-tech/ci-github-common, int128/docker-build-cache-config-action and actions/cache.
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/create-images-manifests directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/get-image-metadata directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/prune-pull-requests-image-tags directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 4 updates in the /actions/helm/generate-docs directory: hoverkraft-tech/ci-github-common, actions/create-github-app-token, actions/cache and hoverkraft-tech/ci-github-nodejs.
Bumps the github-actions-dependencies group with 3 updates in the /actions/helm/release-chart directory: hoverkraft-tech/ci-github-common, hoverkraft-tech/ci-github-nodejs and mikefarah/yq.
Bumps the github-actions-dependencies group with 1 update in the /actions/helm/test-chart directory: hoverkraft-tech/ci-github-common.

Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.34.1 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

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
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml from 0.22.0 to 0.23.0

Release notes

Sourced from hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml's releases.

0.23.0

Release Summary

This release introduces a user-facing authentication update: GitHub App token generation now uses the GitHub App Client ID instead of the App ID, aligning the action with GitHub’s recommended approach for JWT issuance and future compatibility. (The GitHub Blog)

Internal changes include refreshed actions and workflows documentation plus dependency updates across GitHub Actions-related packages.

Breaking change(s)

Breaking change: configurations using the GitHub App numeric App ID for token generation must be updated to use the GitHub App Client ID instead, because the new release switches that identifier in its authentication flow.

What's Changed

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

Commits
  • 48e0c54 feat!: use GitHub App Client ID instead of App ID for token generation
  • 1087330 build(deps): Bump the github-actions-dependencies group across 6 directories ...
  • 5abe6f4 Merge pull request #359 from hoverkraft-tech/dependabot/github_actions/github...
  • 0ac8c40 build(deps): Bump the github-actions-dependencies group across 18 directories...
  • 553fc21 docs: update actions and workflows documentation
  • 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.34.1 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

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

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
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml from 0.34.1 to 0.34.2

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.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

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
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/linter.yml from 0.34.1 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

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
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/stale.yml from 0.34.1 to 0.34.2

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/stale.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

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
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.34.1 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

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
  • See full diff in compare view

Updates actions/create-github-app-token from 3.1.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
Commits

Updates hoverkraft-tech/ci-github-common from 0.34.1 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

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
  • See full diff in compare view

Updates int128/docker-build-cache-config-action from 1.49.0 to 1.51.0

Release notes

Sourced from int128/docker-build-cache-config-action's releases.

v1.51.0

What's Changed

Full Changelog: int128/docker-build-cache-config-action@v1.50.0...v1.51.0

v1.50.0

What's Changed

Full Changelog: int128/docker-build-cache-config-action@v1.49.0...v1.50.0

Commits
  • b12e96b Release v1.51.0
  • c309445 chore(deps): lock file maintenance (#1436)
  • 5037dc5 fix(deps): update dependency @​actions/github to v9.1.0 (#1435)
  • 4f8a37d chore(deps): update int128/update-generated-files-action action to v2.89.0 (#...
  • d159c01 chore(deps): update int128/wait-for-workflows-action action to v1.69.0 (#1434)
  • 848463e chore(deps): update int128/release-typescript-action action to v1.59.0 (#1432)
  • 15f4312 chore(deps): update docker/build-push-action action to v7.1.0 (#1431)
  • c5b975e chore(deps): update dependency msw to v2.13.2 (#1430)
  • ebc4504 chore(deps): update dependency vitest to v4.1.4 (#1429)
  • ddc9224 chore(deps): update dependency typescript to v6 (#1421)
  • Additional commits viewable in compare view

Updates actions/cache from 5.0.4 to 5.0.5

Release notes

Sourced from actions/cache's releases.

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE]
Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

... (truncated)

Commits

Updates hoverkraft-tech/ci-github-common from 0.34.1 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

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
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.34.1 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

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
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.34.1 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

…ctories with 13 updates

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

| Package | From | To |
| --- | --- | --- |
| [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.1` | `0.34.2` |
| [hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml](https://github.com/hoverkraft-tech/ci-github-publish) | `0.22.0` | `0.23.0` |
| [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.34.1` | `0.34.2` |
| [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.1` | `0.34.2` |
| [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.1` | `0.34.2` |
| [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.1` | `0.34.2` |
| [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.34.1` | `0.34.2` |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.1.0` | `3.1.1` |

Bumps the github-actions-dependencies group with 3 updates in the /actions/docker/build-image directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common), [int128/docker-build-cache-config-action](https://github.com/int128/docker-build-cache-config-action) and [actions/cache](https://github.com/actions/cache).
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/create-images-manifests directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/get-image-metadata directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/docker/prune-pull-requests-image-tags directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 4 updates in the /actions/helm/generate-docs directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common), [actions/create-github-app-token](https://github.com/actions/create-github-app-token), [actions/cache](https://github.com/actions/cache) and [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs).
Bumps the github-actions-dependencies group with 3 updates in the /actions/helm/release-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common), [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) and [mikefarah/yq](https://github.com/mikefarah/yq).
Bumps the github-actions-dependencies group with 1 update in the /actions/helm/test-chart directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).


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

Updates `hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.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/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.34.1 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@03a5a2a...71b8594)

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

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

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

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

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

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

Updates `int128/docker-build-cache-config-action` from 1.49.0 to 1.51.0
- [Release notes](https://github.com/int128/docker-build-cache-config-action/releases)
- [Commits](int128/docker-build-cache-config-action@4788c7e...b12e96b)

Updates `actions/cache` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6682284...27d5ce7)

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

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

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

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

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

Updates `actions/cache` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6682284...27d5ce7)

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-common` from 0.34.1 to 0.34.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@03a5a2a...71b8594)

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 `mikefarah/yq` from 4.52.5 to 4.53.2
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@0f4fb8d...751d8ad)

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

---
updated-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-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.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/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-patch
  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-patch
  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-patch
  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-patch
  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-patch
  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-patch
  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-patch
  dependency-group: github-actions-dependencies
- dependency-name: int128/docker-build-cache-config-action
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  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-patch
  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-patch
  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-patch
  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-patch
  dependency-group: github-actions-dependencies
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-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-common
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-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: mikefarah/yq
  dependency-version: 4.53.2
  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-patch
  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 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

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

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Superseded by #741.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/github-actions-dependencies-674d9f151a branch April 27, 2026 07:41
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