Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.33.0 0.34.2
hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml 0.22.0 0.23.0
hoverkraft-tech/ci-github-nodejs 0.22.0 0.23.0
actions/upload-artifact 7.0.0 7.0.1
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.33.0 0.34.2
hoverkraft-tech/ci-github-publish 0.21.1 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-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-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-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 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/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.21.1 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

0.22.0

Release Summary

This release adds support for the publish input in the release/create scope and makes the release workflow usable without requiring a config file in the repository anymore, simplifying setup for users.

Internally, it refreshes actions and workflows documentation, expands test coverage for deploy/jekyll, and updates GitHub Actions dependencies across multiple directories.

Breaking change(s)

Workflow prepare-release does not anymore need/support github-app-id and github-app-key. Permissions are now:

contents: read
id-token: write
pull-requests: write

What's Changed

... (truncated)

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
  • b56be56 docs: improve description for working-directory input in release scope
  • 3119215 build(deps): Bump the github-actions-dependencies group across 7 directories ...
  • eea0579 docs: update actions and workflows documentation
  • ac87a6f test(deploy/jekyll): add unit tests for deploy/jekyll action
  • 1df14a6 docs: update actions and workflows 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

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...

    Description has been truncated

…ctory with 9 updates

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

| Package | From | To |
| --- | --- | --- |
| [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-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.22.0` | `0.23.0` |
| [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.22.0` | `0.23.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |
| [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.21.1` | `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-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-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-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 `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/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.21.1 to 0.23.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-publish/releases)
- [Commits](hoverkraft-tech/ci-github-publish@5ff7d4c...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-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-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-nodejs
  dependency-version: 0.23.0
  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/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 18, 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

Coverage

Metric Covered Total Percentage
Lines 95 111 85.59%
Branches 108 162 66.67%
Functions 19 29 65.52%

Overall: 85.59% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜⬜⬜

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