Skip to content

chore(deps): bump the github-actions-dependencies group with 9 updates#44

Merged
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-8d42df8cb2
Nov 24, 2025
Merged

chore(deps): bump the github-actions-dependencies group with 9 updates#44
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-8d42df8cb2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2025

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

Package From To
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.28.0 0.30.1
hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml 0.17.1 0.20.0
actions/checkout 5.0.0 6.0.0
hoverkraft-tech/ci-github-nodejs 0.17.1 0.20.0
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.28.0 0.30.1
hoverkraft-tech/ci-github-publish 0.14.0 0.15.1
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.28.0 0.30.1
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.28.0 0.30.1
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.28.0 0.30.1

Updates hoverkraft-tech/ci-github-common/.github/workflows/linter.yml from 0.28.0 to 0.30.1

Release notes

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

0.30.1

Release Summary

Feature (parse-ci-reports): added a working directory input to control where reports are parsed, improving flexibility for varied repo layouts.

Internal changes: fine-grained permissions were improved and documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.30.0...0.30.1

0.30.0

Release Summary

Documentation for actions and workflows has been updated. 

Internal: GitHub Actions dependencies were updated across workflows. 

Breaking change(s)

actions/checkout v6 changes credential persistence and may require Actions Runner v2.329.0 for container-action scenarios, and actions/github-script v8 requires Actions Runner v2.327.1; review upstream release notes before upgrading. 

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.29.0...0.30.0

0.29.0

Release Summary

Introduces the parse-ci-reports action to aggregate CI/CD reports.

Internal updates include refreshed documentation for actions/workflows and dependency bumps (e.g., fast-xml-parser and GitHub Actions groups).

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • c314229 feat(parse-ci-reports): add working directory input
  • 1a52f49 chore: improve fine grained permissions
  • eaa5fa8 docs: update actions and workflows documentation
  • 1127e70 chore(deps): bump the github-actions-dependencies group across 3 directories ...
  • ce750c7 docs: update actions and workflows documentation
  • d95c78d chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • de160cf chore(deps): bump fast-xml-parser
  • 195521a Support multiple path mappings for report path rewriting
  • 0d0b8b3 Add path-mapping feature for report path rewriting
  • 0a4894e Fix empty outputs by updating format parsing logic
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml from 0.17.1 to 0.20.0

Release notes

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

0.20.0

Release Summary

Feature (continuous-integration): configurable lint/test commands with sensible defaults and improved container report-path rewriting, increasing CI flexibility and correctness.

Internal changes: documentation for actions and workflows was refreshed, and GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

The CI workflow now exposes new command inputs and expects lint/test steps to generate the documented report files and paths (notably when running in containers), which may require updating your workflow configuration; see PR #322 for examples and details.

It requires permission packages: read

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.19.0...0.20.0

0.19.0

Release Summary

Features (continuous-integration): support all container options including ports, volumes, and credentials. Fixes: has-installed-dependencies now silences command output to reduce noise; setup-node maintains cache for projects outside GITHUB_WORKSPACE via symlinks.

Internal changes: dependency updates across GitHub Actions and npm groups and refreshed documentation for actions and workflows.

Breaking change(s)

No breaking changes.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.18.0...0.19.0

0.18.0

Release Summary

... (truncated)

Commits
  • a9809af fix(continuous-integration): report path
  • 531b2a4 chore(deps): bump the github-actions-dependencies group across 3 directories ...
  • 3c81a0a feat(continuous-integration)!: add configurable lint/test commands and contai...
  • d476f06 chore(deps): bump the github-actions-dependencies group across 2 directories ...
  • 6ef616b docs: update actions and workflows documentation
  • ce2bb82 chore(deps): bump the npm-dependencies group across 4 directories with 1 update
  • d5790cd chore(deps): bump the github-actions-dependencies group across 2 directories ...
  • 29d543f feat: use symlink to maintain caching for external actions
  • 5b62d9d fix: disable caching when working directory is outside GITHUB_WORKSPACE
  • 55bc77c feat: add support for ports, volumes, and credentials in container configuration
  • Additional commits viewable in compare view

Updates actions/checkout from 5.0.0 to 6.0.0

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Updates hoverkraft-tech/ci-github-nodejs from 0.17.1 to 0.20.0

Release notes

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

0.20.0

Release Summary

Feature (continuous-integration): configurable lint/test commands with sensible defaults and improved container report-path rewriting, increasing CI flexibility and correctness.

Internal changes: documentation for actions and workflows was refreshed, and GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

The CI workflow now exposes new command inputs and expects lint/test steps to generate the documented report files and paths (notably when running in containers), which may require updating your workflow configuration; see PR #322 for examples and details.

It requires permission packages: read

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.19.0...0.20.0

0.19.0

Release Summary

Features (continuous-integration): support all container options including ports, volumes, and credentials. Fixes: has-installed-dependencies now silences command output to reduce noise; setup-node maintains cache for projects outside GITHUB_WORKSPACE via symlinks.

Internal changes: dependency updates across GitHub Actions and npm groups and refreshed documentation for actions and workflows.

Breaking change(s)

No breaking changes.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.18.0...0.19.0

0.18.0

Release Summary

... (truncated)

Commits
  • a9809af fix(continuous-integration): report path
  • 531b2a4 chore(deps): bump the github-actions-dependencies group across 3 directories ...
  • 3c81a0a feat(continuous-integration)!: add configurable lint/test commands and contai...
  • d476f06 chore(deps): bump the github-actions-dependencies group across 2 directories ...
  • 6ef616b docs: update actions and workflows documentation
  • ce2bb82 chore(deps): bump the npm-dependencies group across 4 directories with 1 update
  • d5790cd chore(deps): bump the github-actions-dependencies group across 2 directories ...
  • 29d543f feat: use symlink to maintain caching for external actions
  • 5b62d9d fix: disable caching when working directory is outside GITHUB_WORKSPACE
  • 55bc77c feat: add support for ports, volumes, and credentials in container configuration
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.28.0 to 0.30.1

Release notes

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

0.30.1

Release Summary

Feature (parse-ci-reports): added a working directory input to control where reports are parsed, improving flexibility for varied repo layouts.

Internal changes: fine-grained permissions were improved and documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.30.0...0.30.1

0.30.0

Release Summary

Documentation for actions and workflows has been updated. 

Internal: GitHub Actions dependencies were updated across workflows. 

Breaking change(s)

actions/checkout v6 changes credential persistence and may require Actions Runner v2.329.0 for container-action scenarios, and actions/github-script v8 requires Actions Runner v2.327.1; review upstream release notes before upgrading. 

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.29.0...0.30.0

0.29.0

Release Summary

Introduces the parse-ci-reports action to aggregate CI/CD reports.

Internal updates include refreshed documentation for actions/workflows and dependency bumps (e.g., fast-xml-parser and GitHub Actions groups).

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • c314229 feat(parse-ci-reports): add working directory input
  • 1a52f49 chore: improve fine grained permissions
  • eaa5fa8 docs: update actions and workflows documentation
  • 1127e70 chore(deps): bump the github-actions-dependencies group across 3 directories ...
  • ce750c7 docs: update actions and workflows documentation
  • d95c78d chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • de160cf chore(deps): bump fast-xml-parser
  • 195521a Support multiple path mappings for report path rewriting
  • 0d0b8b3 Add path-mapping feature for report path rewriting
  • 0a4894e Fix empty outputs by updating format parsing logic
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-publish from 0.14.0 to 0.15.1

Release notes

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

0.15.1

Release Summary

Fix (deploy/github-pages): corrected the download artifact input to ensure GitHub Pages deployments use the proper parameter for retrieval.

Internal changes: documentation for actions and workflows was refreshed.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.15.0...0.15.1

0.15.0

Release Summary

Feature (deploy/github-pages): switched to using artifact-id instead of artifact-name for deployments, improving reliability. Fix (release-actions): corrected changed-files matching for more accurate release behavior.

Internal changes: documentation refreshed and GitHub Actions dependencies bumped across multiple directories.

Breaking change(s)

Deploy to GitHub Pages now requires artifact-id instead of artifact-name; update your workflows accordingly (see PR #231).

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.14.1...0.15.0

0.14.1

Release Summary

Release actions now include the full documentation set in the published artifact to ensure complete distributions.

Internal: refreshed GitHub Actions dependencies and updated workflow documentation.

Breaking change(s)

... (truncated)

Commits
  • 667d056 docs: update actions and workflows documentation
  • 0a7bbaf fix(deploy/github-pages): wrong download artifact input
  • 275b6d8 docs: update actions and workflows documentation
  • 6fb3640 fix(release-actions): changed files match
  • 91fe58b build(deps): Bump the github-actions-dependencies group across 4 directories ...
  • ddc87f0 fix(release-actions): changed files match
  • de0ec76 build(deps): Bump the github-actions-dependencies group across 7 directories ...
  • 7168a68 feat(deploy/github-pages)!: accept build-artifact-id instead of build-artifac...
  • 4390d57 build(deps): Bump the github-actions-dependencies group across 4 directories ...
  • d336b43 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.28.0 to 0.30.1

Release notes

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

0.30.1

Release Summary

Feature (parse-ci-reports): added a working directory input to control where reports are parsed, improving flexibility for varied repo layouts.

Internal changes: fine-grained permissions were improved and documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.30.0...0.30.1

0.30.0

Release Summary

Documentation for actions and workflows has been updated. 

Internal: GitHub Actions dependencies were updated across workflows. 

Breaking change(s)

actions/checkout v6 changes credential persistence and may require Actions Runner v2.329.0 for container-action scenarios, and actions/github-script v8 requires Actions Runner v2.327.1; review upstream release notes before upgrading. 

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.29.0...0.30.0

0.29.0

Release Summary

Introduces the parse-ci-reports action to aggregate CI/CD reports.

Internal updates include refreshed documentation for actions/workflows and dependency bumps (e.g., fast-xml-parser and GitHub Actions groups).

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • c314229 feat(parse-ci-reports): add working directory input
  • 1a52f49 chore: improve fine grained permissions
  • eaa5fa8 docs: update actions and workflows documentation
  • 1127e70 chore(deps): bump the github-actions-dependencies group across 3 directories ...
  • ce750c7 docs: update actions and workflows documentation
  • d95c78d chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • de160cf chore(deps): bump fast-xml-parser
  • 195521a Support multiple path mappings for report path rewriting
  • 0d0b8b3 Add path-mapping feature for report path rewriting
  • 0a4894e Fix empty outputs by updating format parsing logic
  • Additional commits viewable in compare view

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

Release notes

Sourced from hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml's releases.

0.30.1

Release Summary

Feature (parse-ci-reports): added a working directory input to control where reports are parsed, improving flexibility for varied repo layouts.

Internal changes: fine-grained permissions were improved and documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.30.0...0.30.1

0.30.0

Release Summary

Documentation for actions and workflows has been updated. 

Internal: GitHub Actions dependencies were updated across workflows. 

Breaking change(s)

actions/checkout v6 changes credential persistence and may require Actions Runner v2.329.0 for container-action scenarios, and actions/github-script v8 requires Actions Runner v2.327.1; review upstream release notes before upgrading. 

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.29.0...0.30.0

0.29.0

Release Summary

Introduces the parse-ci-reports action to aggregate CI/CD reports.

Internal updates include refreshed documentation for actions/workflows and dependency bumps (e.g., fast-xml-parser and GitHub Actions groups).

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • c314229 feat(parse-ci-reports): add working directory input
  • 1a52f49 chore: improve fine grained permissions
  • eaa5fa8 docs: update actions and workflows documentation
  • 1127e70 chore(deps): bump the github-actions-dependencies group across 3 directories ...
  • ce750c7 docs: update actions and workflows documentation
  • d95c78d chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • de160cf chore(deps): bump fast-xml-parser
  • 195521a Support multiple path mappings for report path rewriting
  • 0d0b8b3 Add path-mapping feature for report path rewriting
  • 0a4894e Fix empty outputs by updating format parsing logic
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/stale.yml from 0.28.0 to 0.30.1

Release notes

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

0.30.1

Release Summary

Feature (parse-ci-reports): added a working directory input to control where reports are parsed, improving flexibility for varied repo layouts.

Internal changes: fine-grained permissions were improved and documentation for actions and workflows was updated.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.30.0...0.30.1

0.30.0

Release Summary

Documentation for actions and workflows has been updated. 

Internal: GitHub Actions dependencies were updated across workflows. 

Breaking change(s)

actions/checkout v6 changes credential persistence and may require Actions Runner v2.329.0 for container-action scenarios, and actions/github-script v8 requires Actions Runner v2.327.1; review upstream release notes before upgrading. 

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.29.0...0.30.0

0.29.0

Release Summary

Introduces the parse-ci-reports action to aggregate CI/CD reports.

Internal updates include refreshed documentation for actions/workflows and dependency bumps (e.g., fast-xml-parser and GitHub Actions groups).

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • c314229 feat(parse-ci-reports): add working directory input
  • 1a52f49 chore: improve fine grained permissions
  • eaa5fa8 docs: update actions and workflows documentation
  • 1127e70 chore(deps): bump the github-actions-dependencies group across 3 directories ...
  • ce750c7 docs: update actions and workflows documentation
  • d95c78d chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • de160cf chore(deps): bump fast-xml-parser
  • 195521a Support multiple path mappings for report path rewriting
  • 0d0b8b3 Add path-mapping feature for report path rewriting
  • 0a4894e Fix empty outputs by updating format parsing logic
  • 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 ...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 22, 2025
@github-actions
Copy link
Copy Markdown

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

@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-8d42df8cb2 branch 7 times, most recently from 8c3b0eb to fe70de5 Compare November 24, 2025 12:53
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 24, 2025

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% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜⬜⬜

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

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml
  dependency-version: 0.30.1
  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.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-nodejs
  dependency-version: 0.20.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.30.1
  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.15.1
  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.30.1
  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.30.1
  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.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-8d42df8cb2 branch from fe70de5 to fe8e48c Compare November 24, 2025 13:07
@neilime neilime merged commit 048e2f4 into main Nov 24, 2025
25 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-dependencies-8d42df8cb2 branch November 24, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant