Skip to content

build(deps): bump the github-actions-dependencies group with 7 updates#1666

Merged
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-f1d9d0b5e7
Nov 23, 2025
Merged

build(deps): bump the github-actions-dependencies group with 7 updates#1666
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-f1d9d0b5e7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 21, 2025

Copy link
Copy Markdown
Contributor

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

Package From To
hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml 0.18.0 0.19.0
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.28.1 0.30.0
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.28.1 0.30.0
actions/checkout 5.0.0 6.0.0
hoverkraft-tech/ci-github-nodejs 0.18.0 0.19.0
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.28.1 0.30.0
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.28.1 0.30.0

Updates hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml from 0.18.0 to 0.19.0

Release notes

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

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

Commits
  • 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
  • 78762bd feat(continuous-integration): support container options with env and docker o...
  • 705ea03 chore(deps): bump the npm-dependencies group across 4 directories with 1 update
  • 7b700de docs: update actions and workflows documentation
  • 2d60ad9 Add silent option to exec.getExecOutput to suppress command output
  • 2afe81d chore: fix lint issues
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.28.1 to 0.30.0

Release notes

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

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

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

0.28.2

Release Summary

Documentation for GitHub Actions and workflows has been refreshed for clarity and up-to-date guidance.

Internal: dependencies for GitHub Actions were bumped across one directory via Dependabot.

Breaking change(s)

No breaking changes.

What's Changed

... (truncated)

Commits
  • 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
  • 7289add Add arrange step to create test report files in test workflow
  • 6902fe0 Remove glob dependency and CLI entrypoint
  • fb219eb Update Node.js engine requirement to >=24.0.0
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml from 0.28.1 to 0.30.0

Release notes

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

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

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

0.28.2

Release Summary

Documentation for GitHub Actions and workflows has been refreshed for clarity and up-to-date guidance.

Internal: dependencies for GitHub Actions were bumped across one directory via Dependabot.

Breaking change(s)

No breaking changes.

What's Changed

... (truncated)

Commits
  • 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
  • 7289add Add arrange step to create test report files in test workflow
  • 6902fe0 Remove glob dependency and CLI entrypoint
  • fb219eb Update Node.js engine requirement to >=24.0.0
  • 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.18.0 to 0.19.0

Release notes

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

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

Commits
  • 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
  • 78762bd feat(continuous-integration): support container options with env and docker o...
  • 705ea03 chore(deps): bump the npm-dependencies group across 4 directories with 1 update
  • 7b700de docs: update actions and workflows documentation
  • 2d60ad9 Add silent option to exec.getExecOutput to suppress command output
  • 2afe81d chore: fix lint issues
  • Additional commits viewable in compare view

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

Release notes

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

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

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

0.28.2

Release Summary

Documentation for GitHub Actions and workflows has been refreshed for clarity and up-to-date guidance.

Internal: dependencies for GitHub Actions were bumped across one directory via Dependabot.

Breaking change(s)

No breaking changes.

What's Changed

... (truncated)

Commits
  • 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
  • 7289add Add arrange step to create test report files in test workflow
  • 6902fe0 Remove glob dependency and CLI entrypoint
  • fb219eb Update Node.js engine requirement to >=24.0.0
  • Additional commits viewable in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/stale.yml from 0.28.1 to 0.30.0

Release notes

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

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

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

0.28.2

Release Summary

Documentation for GitHub Actions and workflows has been refreshed for clarity and up-to-date guidance.

Internal: dependencies for GitHub Actions were bumped across one directory via Dependabot.

Breaking change(s)

No breaking changes.

What's Changed

... (truncated)

Commits
  • 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
  • 7289add Add arrange step to create test report files in test workflow
  • 6902fe0 Remove glob dependency and CLI entrypoint
  • fb219eb Update Node.js engine requirement to >=24.0.0
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Nov 21, 2025
@github-actions

Copy link
Copy Markdown

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

@codecov

codecov Bot commented Nov 21, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.03%. Comparing base (71bfb0f) to head (2b04178).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1666   +/-   ##
=======================================
  Coverage   89.03%   89.03%           
=======================================
  Files          31       31           
  Lines         757      757           
  Branches      136      132    -4     
=======================================
  Hits          674      674           
  Misses         83       83           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-dependencies-f1d9d0b5e7 branch from 7180c18 to 6d77061 Compare November 23, 2025 07:37
@neilime
neilime force-pushed the dependabot/github_actions/github-actions-dependencies-f1d9d0b5e7 branch from 6d77061 to 93da746 Compare November 23, 2025 07:46
Bumps the github-actions-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.18.0` | `0.19.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.30.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.30.0` |
| [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` |
| [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.18.0` | `0.19.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.30.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.30.0` |

Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@32a69b7...ce2bb82)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.28.1 to 0.30.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@7532883...1127e70)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.28.1 to 0.30.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@7532883...1127e70)

Updates `actions/checkout` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...1af3b93)

Updates `hoverkraft-tech/ci-github-nodejs` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@32a69b7...ce2bb82)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.28.1 to 0.30.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@7532883...1127e70)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.28.1 to 0.30.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@7532883...1127e70)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml
  dependency-version: 0.19.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.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.30.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.19.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/semantic-pull-request.yml
  dependency-version: 0.30.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/stale.yml
  dependency-version: 0.30.0
  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-f1d9d0b5e7 branch from 93da746 to 2b04178 Compare November 23, 2025 08:15
@neilime
neilime merged commit 78f3d22 into main Nov 23, 2025
13 checks passed
@neilime
neilime deleted the dependabot/github_actions/github-actions-dependencies-f1d9d0b5e7 branch November 23, 2025 08:19
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