Skip to content

chore(deps): bump the github-actions-dependencies group across 1 directory with 6 updates#159

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

chore(deps): bump the github-actions-dependencies group across 1 directory with 6 updates#159
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-263eaa036a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml 0.22.0 0.23.0
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.33.0 0.34.2
hoverkraft-tech/ci-github-publish 0.22.0 0.23.0
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.33.0 0.34.2
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/.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/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 hoverkraft-tech/ci-github-publish from 0.22.0 to 0.23.0

Release notes

Sourced from hoverkraft-tech/ci-github-publish'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/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

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/semantic-pull-request.yml from 0.33.0 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

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/stale.yml from 0.33.0 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

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

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 <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 6 updates

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

| Package | From | To |
| --- | --- | --- |
| [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/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.33.0` | `0.34.2` |
| [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish) | `0.22.0` | `0.23.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-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/.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/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 `hoverkraft-tech/ci-github-publish` 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/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-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/.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/greetings.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
  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/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-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 15, 2026
@github-actions
Copy link
Copy Markdown

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

@github-actions
Copy link
Copy Markdown

Code Coverage Report

Coverage Results

Test Results

Status Count
✅ Passed 72
❌ Failed 0
⏭️ Skipped 0
Total 72

Pass Rate: 100.0%

Coverage

Metric Covered Total Percentage
Lines 483 509 94.89%
Branches 379 450 84.22%
Functions 118 120 98.33%

Overall: 94.89% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜

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