Skip to content

build(deps): Bump the github-actions-dependencies group across 8 directories with 11 updates#410

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-1f562d0655
Open

build(deps): Bump the github-actions-dependencies group across 8 directories with 11 updates#410
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-1f562d0655

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

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

Package From To
hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml 0.35.4 0.36.0
hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml 0.35.4 0.36.0
hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml 0.35.4 0.36.0
hoverkraft-tech/ci-github-common/.github/workflows/linter.yml 0.35.4 0.36.0
hoverkraft-tech/ci-github-common/.github/workflows/stale.yml 0.35.4 0.36.0
actions/checkout 6.0.2 6.0.3
hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml 0.24.2 0.24.3
hoverkraft-tech/ci-github-common 0.35.4 0.36.0
hoverkraft-tech/ci-github-container 0.36.1 0.36.2
hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml 0.36.1 0.36.2

Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/get-environment directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/github-pages directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/report directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/release/create directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/release/get-configuration directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/release/plan directory: hoverkraft-tech/ci-github-common.
Bumps the github-actions-dependencies group with 1 update in the /actions/release/summarize-changelog directory: hoverkraft-tech/ci-github-nodejs.

Updates hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml from 0.35.4 to 0.36.0

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

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

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

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

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/linter.yml from 0.35.4 to 0.36.0

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common/.github/workflows/stale.yml from 0.35.4 to 0.36.0

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

Updates actions/checkout from 6.0.2 to 6.0.3

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.3

v6.0.2

v6.0.1

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

... (truncated)

Commits

Updates hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml from 0.24.2 to 0.24.3

Release notes

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

0.24.3

Release Summary

Documentation for actions and workflows has been updated.

Internal dependency maintenance updates GitHub Actions dependencies across multiple directories.

Breaking changes

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.24.2...0.24.3

Commits
  • 37a362e docs: update actions and workflows documentation
  • 87e6019 chore(deps): bump the github-actions-dependencies group across 10 directories...
  • 51be237 docs: update actions and workflows documentation
  • 65fc821 docs: add GitHub Verified Creator badge
  • 1633f3b docs: update actions and workflows documentation
  • 3e90690 chore(deps): bump the github-actions-dependencies group across 2 directories ...
  • ee3fb16 docs: update actions and workflows documentation
  • 8142f6f chore(deps): bump the github-actions-dependencies group across 10 directories...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.35.4 to 0.36.0

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

... (truncated)

Commits
  • 4bb7594 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • 4f18bfd feat(parse-ci-reports): add support for Sarif files
  • 3f88783 chore: bump hoverkraft-tech/docker-base-images/super-linter
  • e954bc4 chore: bump super-linter/super-linter
  • e942227 docs: update actions and workflows documentation
  • 2a35271 chore: fix indentation and formatting in CI workflow
  • c077fec docs: add GitHub Verified Creator badge
  • 66578f5 docs: update actions and workflows documentation
  • 322cde7 chore: bump the github-actions-dependencies group across 2 directories with 6...
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-container from 0.36.1 to 0.36.2

Release notes

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

0.36.2

Release Summary

The docker/create-images-manifests action now better handles failures caused by temporarily missing manifests. Actions and workflows documentation has been updated.

Internal changes include a flaky CI test fix for docker/prune-pull-requests-image-tags and dependency updates across GitHub Actions workflows.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-container@0.36.1...0.36.2

Commits
  • 5396e12 docs: update actions and workflows documentation
  • cd2ab0f chore(deps): bump the github-actions-dependencies group across 8 directories ...
  • 2b694ec docs: update actions and workflows documentation
  • 2f1dc75 fix(docker/create-images-manifests): handle failure due to temp not found man...
  • 5351b91 ci: fix flacky test for 'docker/prune-pull-requests-image-tags' action
  • 9ae18e8 docs: update actions and workflows documentation
  • 9eac122 docs: add GitHub Verified Creator badge
  • 7d62417 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml from 0.36.1 to 0.36.2

Release notes

Sourced from hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml's releases.

0.36.2

Release Summary

The docker/create-images-manifests action now better handles failures caused by temporarily missing manifests. Actions and workflows documentation has been updated.

Internal changes include a flaky CI test fix for docker/prune-pull-requests-image-tags and dependency updates across GitHub Actions workflows.

Breaking change(s)

There is no breaking change.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-container@0.36.1...0.36.2

Commits
  • 5396e12 docs: update actions and workflows documentation
  • cd2ab0f chore(deps): bump the github-actions-dependencies group across 8 directories ...
  • 2b694ec docs: update actions and workflows documentation
  • 2f1dc75 fix(docker/create-images-manifests): handle failure due to temp not found man...
  • 5351b91 ci: fix flacky test for 'docker/prune-pull-requests-image-tags' action
  • 9ae18e8 docs: update actions and workflows documentation
  • 9eac122 docs: add GitHub Verified Creator badge
  • 7d62417 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.35.4 to 0.36.0

Release notes

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

0.36.0

Release Summary

parse-ci-reports now supports SARIF report files, and the bundled Super-Linter has been upgraded to slim-v8.6.0.

Documentation for actions and workflows has been refreshed, with the GitHub Verified Creator badge added, and internal Docker linter base images were updated.

Breaking change(s)

Super-Linter now avoids linter conflicts by using Biome and Ruff by default, which may change linting behavior for existing workflows.

Tips:

For DevX, linter Dockerfile should be:

FROM ghcr.io/hoverkraft-tech/docker-base-images/super-linter:0.1.0
HEALTHCHECK --interval=5m --timeout=10s --start-period=30s --retries=3 CMD ["/bin/sh","-c","test -d /github/home"]
ARG UID=1000
ARG GID=1000
USER ${UID}:${GID}

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.35.5...0.36.0

0.35.5

Release Summary

Documentation for actions and workflows has been updated.

Internal GitHub Actions dependencies were bumped across multiple directories.

Breaking change(s)

There is no breaking change.

What's Changed

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 5, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 5, 2026

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-1f562d0655 branch 2 times, most recently from 0a6ffdf to 096d1c9 Compare June 6, 2026 06:57
…ctories with 11 updates

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

| Package | From | To |
| --- | --- | --- |
| [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` |
| [hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml](https://github.com/hoverkraft-tech/ci-github-nodejs) | `0.24.2` | `0.24.3` |
| [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.35.4` | `0.36.0` |
| [hoverkraft-tech/ci-github-container](https://github.com/hoverkraft-tech/ci-github-container) | `0.36.1` | `0.36.2` |
| [hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml](https://github.com/hoverkraft-tech/ci-github-container) | `0.36.1` | `0.36.2` |

Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/get-environment directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/github-pages directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/deploy/report directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/release/create directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/release/get-configuration directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/release/plan directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
Bumps the github-actions-dependencies group with 1 update in the /actions/release/summarize-changelog directory: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs).

Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/linter.yml` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

Updates `hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml` from 0.24.2 to 0.24.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@6b74a8f...37a362e)

Updates `hoverkraft-tech/ci-github-common` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-container` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases)
- [Commits](hoverkraft-tech/ci-github-container@77f98ab...5396e12)

Updates `hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-container/releases)
- [Commits](hoverkraft-tech/ci-github-container@77f98ab...5396e12)

Updates `hoverkraft-tech/ci-github-common` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-common` from 0.35.4 to 0.36.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@b553a69...4bb7594)

Updates `hoverkraft-tech/ci-github-nodejs` from 0.24.2 to 0.24.3
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@6b74a8f...37a362e)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml
  dependency-version: 0.36.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.36.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.36.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.36.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.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml
  dependency-version: 0.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-container
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-version: 0.36.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.36.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.36.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.36.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.36.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.36.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.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-1f562d0655 branch from 096d1c9 to 369f311 Compare June 6, 2026 07: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.

0 participants