Skip to content

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

Merged
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-40852e2d51
Nov 22, 2025
Merged

chore(deps): bump the github-actions-dependencies group across 1 directory with 10 updates#199
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-40852e2d51

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 10 updates in the / directory:

Package From To
actions/checkout 5.0.0 6.0.0
hoverkraft-tech/ci-github-nodejs 0.17.0 0.20.0
hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml 0.17.0 0.20.0
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.28.0 0.30.1
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.28.0 0.30.1
actions/create-github-app-token 2.1.4 2.2.0
hoverkraft-tech/ci-github-common 0.28.0 0.30.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 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.0 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-nodejs/.github/workflows/continuous-integration.yml from 0.17.0 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 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-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 actions/create-github-app-token from 2.1.4 to 2.2.0

Release notes

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

v2.2.0

2.2.0 (2025-11-21)

Bug Fixes

  • deps: bump glob from 10.4.5 to 10.5.0 (#305) (5480f43)
  • deps: bump p-retry from 6.2.1 to 7.1.0 (#294) (dce3be8)
  • deps: bump the production-dependencies group with 2 updates (#292) (55e2a4b)

Features

Commits
  • 7e473ef build(release): 2.2.0 [skip ci]
  • dce3be8 fix(deps): bump p-retry from 6.2.1 to 7.1.0 (#294)
  • 5480f43 fix(deps): bump glob from 10.4.5 to 10.5.0 (#305)
  • d90aa53 feat: update permission inputs (#296)
  • 55e2a4b fix(deps): bump the production-dependencies group with 2 updates (#292)
  • cc6f999 ci(test): trigger on merge_group (#308)
  • 40fa6b5 build(deps-dev): bump @​sinonjs/fake-timers from 14.0.0 to 15.0.0 (#295)
  • 396e502 build(deps): bump actions/checkout from 5 to 6 (#306)
  • f48f2eb build(deps): bump stefanzweifel/git-auto-commit-action from 6.0.1 to 7.0.0 (#...
  • b7f83f6 build(deps): bump actions/setup-node from 4 to 6 (#299)
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common from 0.28.0 to 0.30.1

Release notes

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

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
Contributor

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-40852e2d51 branch 4 times, most recently from 5ba284a to b9d7d3b Compare November 22, 2025 15:00
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Nov 22, 2025

Code Coverage Report

Coverage Results

🟢 Coverage: 98.18%

  • Lines: 98.2% | Branches: 95.1% | Functions: 97.4%

@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-40852e2d51 branch 3 times, most recently from d9a1c59 to 1ed06b3 Compare November 22, 2025 20:22
…ctory with 10 updates

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

---
updated-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-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: 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-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: actions/create-github-app-token
  dependency-version: 2.2.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.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/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-40852e2d51 branch from 1ed06b3 to 15b007a Compare November 22, 2025 20:28
@neilime neilime merged commit 175bf4a into main Nov 22, 2025
36 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-40852e2d51 branch November 22, 2025 20:32
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