Skip to content

build(dependencies): bump the github-actions group across 1 directory with 8 updates#53

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

build(dependencies): bump the github-actions group across 1 directory with 8 updates#53
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-8a85686f0c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

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

Package From To
wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml 2.1.5 2.4.10
step-security/harden-runner 2.14.2 2.19.4
wearefrank/ci-cd-templates 2.1.5 2.4.10
wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml 2.1.5 2.4.10
actions/setup-node 6.2.0 6.4.0
actions/download-artifact 7.0.0 8.0.1
wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml 2.1.5 2.4.10
wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml 2.1.5 2.4.10

Updates wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml from 2.1.5 to 2.4.10

Release notes

Sourced from wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml's releases.

v2.4.10

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

v2.4.9

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

v2.4.8

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

v2.4.7

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

v2.4.6

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

v2.4.5

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

v2.4.4

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

v2.4.3

... (truncated)

Changelog

Sourced from wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml's changelog.

conventional commits semantic versioning

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

2.4.3 (2026-03-04)

🐛 Bug Fixes

  • larva curl call env var references are not getting substituted (8f92fc9)

... (truncated)

Commits
  • 00b8c33 chore(patch): release 2.4.10 [skip ci]
  • 15ad00f fix version comment format for frank-run-till-healthy workflow reference in ....
  • 5504f5f build(dependencies): bump the github-actions group across 1 directory with 14...
  • d7447a2 chore(patch): release 2.4.9 [skip ci]
  • 6da2e2b build(dependencies): bump the github-actions group with 11 updates (#98)
  • c5e8d21 chore(patch): release 2.4.8 [skip ci]
  • 2f1293b build(dependencies): bump wait-till-healthy-container to v2.4.5 in soapui-tes...
  • 9e9b2af chore(patch): release 2.4.7 [skip ci]
  • 1d95516 build(dependencies): bump docker-ci-generic and docker-release-generic to v2....
  • 500c379 chore(patch): release 2.4.6 [skip ci]
  • Additional commits viewable in compare view

Updates step-security/harden-runner from 2.14.2 to 2.19.4

Release notes

Sourced from step-security/harden-runner's releases.

v2.19.4

What's Changed

  • Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner

Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4

v2.19.3

What's Changed

Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3

v2.19.2

What's Changed

  • Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.

Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2

v2.19.1

What's Changed

What the fix changes

  • Harden-Runner will detect ubuntu-slim runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.

What the fix does not do

  • Jobs running on ubuntu-slim will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).
  • Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.

For StepSecurity enterprise customers If your security posture requires that workflows are always monitored, you can block the use of ubuntu-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types.

New Contributors

Full Changelog: step-security/harden-runner@v2.19.0...v2.19.1

v2.19.0

What's Changed

New Runner Support

Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.

Automated Incident Response for Supply Chain Attacks

  • Global block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.
  • System-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).

Bug Fixes

Windows and macOS: stability and reliability fixes

... (truncated)

Commits
  • 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6
  • 485dce8 Update agent to v1.8.6
  • ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit
  • ec41b78 Default to audit mode when api-key missing with use-policy-store
  • 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5
  • 1dee3df Update agent to v1.8.5
  • a5ad31d Merge pull request #657 from devantler/fix/ubuntu-slim-user-env
  • 6e92856 build dist and trim ubuntu-slim message
  • 4e0504e Merge branch 'main' into fix/ubuntu-slim-user-env
  • 8d3c67d Release v2.19.0 (#661)
  • Additional commits viewable in compare view

Updates wearefrank/ci-cd-templates from 2.1.5 to 2.4.10

Release notes

Sourced from wearefrank/ci-cd-templates's releases.

v2.4.10

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

v2.4.9

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

v2.4.8

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

v2.4.7

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

v2.4.6

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

v2.4.5

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

v2.4.4

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

v2.4.3

... (truncated)

Changelog

Sourced from wearefrank/ci-cd-templates's changelog.

conventional commits semantic versioning

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

2.4.3 (2026-03-04)

🐛 Bug Fixes

  • larva curl call env var references are not getting substituted (8f92fc9)

... (truncated)

Commits
  • 00b8c33 chore(patch): release 2.4.10 [skip ci]
  • 15ad00f fix version comment format for frank-run-till-healthy workflow reference in ....
  • 5504f5f build(dependencies): bump the github-actions group across 1 directory with 14...
  • d7447a2 chore(patch): release 2.4.9 [skip ci]
  • 6da2e2b build(dependencies): bump the github-actions group with 11 updates (#98)
  • c5e8d21 chore(patch): release 2.4.8 [skip ci]
  • 2f1293b build(dependencies): bump wait-till-healthy-container to v2.4.5 in soapui-tes...
  • 9e9b2af chore(patch): release 2.4.7 [skip ci]
  • 1d95516 build(dependencies): bump docker-ci-generic and docker-release-generic to v2....
  • 500c379 chore(patch): release 2.4.6 [skip ci]
  • Additional commits viewable in compare view

Updates wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml from 2.1.5 to 2.4.10

Release notes

Sourced from wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml's releases.

v2.4.10

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

v2.4.9

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

v2.4.8

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

v2.4.7

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

v2.4.6

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

v2.4.5

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

v2.4.4

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

v2.4.3

... (truncated)

Changelog

Sourced from wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml's changelog.

conventional commits semantic versioning

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

2.4.3 (2026-03-04)

🐛 Bug Fixes

  • larva curl call env var references are not getting substituted (8f92fc9)

... (truncated)

Commits
  • 00b8c33 chore(patch): release 2.4.10 [skip ci]
  • 15ad00f fix version comment format for frank-run-till-healthy workflow reference in ....
  • 5504f5f build(dependencies): bump the github-actions group across 1 directory with 14...
  • d7447a2 chore(patch): release 2.4.9 [skip ci]
  • 6da2e2b build(dependencies): bump the github-actions group with 11 updates (#98)
  • c5e8d21 chore(patch): release 2.4.8 [skip ci]
  • 2f1293b build(dependencies): bump wait-till-healthy-container to v2.4.5 in soapui-tes...
  • 9e9b2af chore(patch): release 2.4.7 [skip ci]
  • 1d95516 build(dependencies): bump docker-ci-generic and docker-release-generic to v2....
  • 500c379 chore(patch): release 2.4.6 [skip ci]
  • Additional commits viewable in compare view

Updates actions/setup-node from 6.2.0 to 6.4.0

Release notes

Sourced from actions/setup-node's releases.

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:

Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

Commits

Updates actions/download-artifact from 7.0.0 to 8.0.1

Release notes

Sourced from actions/download-artifact's releases.

v8.0.1

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Updates wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml from 2.1.5 to 2.4.10

Release notes

Sourced from wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml's releases.

v2.4.10

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

v2.4.9

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

v2.4.8

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

v2.4.7

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

v2.4.6

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

v2.4.5

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

v2.4.4

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

v2.4.3

... (truncated)

Changelog

Sourced from wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml's changelog.

conventional commits semantic versioning

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

2.4.3 (2026-03-04)

🐛 Bug Fixes

  • larva curl call env var references are not getting substituted (8f92fc9)

... (truncated)

Commits
  • 00b8c33 chore(patch): release 2.4.10 [skip ci]
  • 15ad00f fix version comment format for frank-run-till-healthy workflow reference in ....
  • 5504f5f build(dependencies): bump the github-actions group across 1 directory with 14...
  • d7447a2 chore(patch): release 2.4.9 [skip ci]
  • 6da2e2b build(dependencies): bump the github-actions group with 11 updates (#98)
  • c5e8d21 chore(patch): release 2.4.8 [skip ci]
  • 2f1293b build(dependencies): bump wait-till-healthy-container to v2.4.5 in soapui-tes...
  • 9e9b2af chore(patch): release 2.4.7 [skip ci]
  • 1d95516 build(dependencies): bump docker-ci-generic and docker-release-generic to v2....
  • 500c379 chore(patch): release 2.4.6 [skip ci]
  • Additional commits viewable in compare view

Updates wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml from 2.1.5 to 2.4.10

Release notes

Sourced from wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml's releases.

v2.4.10

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

v2.4.9

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

v2.4.8

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

v2.4.7

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

v2.4.6

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

v2.4.5

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

v2.4.4

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

v2.4.3

... (truncated)

Changelog

Sourced from wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml's changelog.

conventional commits semantic versioning

2.4.10 (2026-04-20)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 14 updates (5504f5f)

2.4.9 (2026-03-11)

🤖 Build System

  • dependencies: bump the github-actions group with 11 updates (#98) (6da2e2b)

2.4.8 (2026-03-06)

🤖 Build System

  • dependencies: bump wait-till-healthy-container to v2.4.5 in soapui-testrunner workflow (2f1293b)

2.4.7 (2026-03-06)

🤖 Build System

  • dependencies: bump docker-ci-generic and docker-release-generic to v2.4.6 (#100) (1d95516)

2.4.6 (2026-03-06)

🐛 Bug Fixes

  • push image attestations as OCI artifacts (#99) (5ac8ecf)

2.4.5 (2026-03-04)

🐛 Bug Fixes

  • docker release image copy fails when target registry is not the same as the source registry (#97) (eb16669)

2.4.4 (2026-03-04)

🤖 Build System

  • dependencies: bump larva-testrunner action to v2.4.3 (#96) (ecbe3d2)

2.4.3 (2026-03-04)

🐛 Bug Fixes

  • larva curl call env var references are not getting substituted (8f92fc9)

... (truncated)

Commits
  • 00b8c33 chore(patch): release 2.4.10 [skip ci]
  • 15ad00f fix version comment format for frank-run-till-healthy workflow reference in ....

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 4, 2026
… with 8 updates

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

| Package | From | To |
| --- | --- | --- |
| [wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml](https://github.com/wearefrank/ci-cd-templates) | `2.1.5` | `2.4.10` |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.14.2` | `2.19.4` |
| [wearefrank/ci-cd-templates](https://github.com/wearefrank/ci-cd-templates) | `2.1.5` | `2.4.10` |
| [wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml](https://github.com/wearefrank/ci-cd-templates) | `2.1.5` | `2.4.10` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.2.0` | `6.4.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `7.0.0` | `8.0.1` |
| [wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml](https://github.com/wearefrank/ci-cd-templates) | `2.1.5` | `2.4.10` |
| [wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml](https://github.com/wearefrank/ci-cd-templates) | `2.1.5` | `2.4.10` |



Updates `wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml` from 2.1.5 to 2.4.10
- [Release notes](https://github.com/wearefrank/ci-cd-templates/releases)
- [Changelog](https://github.com/wearefrank/ci-cd-templates/blob/main/CHANGELOG.md)
- [Commits](wearefrank/ci-cd-templates@ccdaddd...00b8c33)

Updates `step-security/harden-runner` from 2.14.2 to 2.19.4
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@5ef0c07...9af89fc)

Updates `wearefrank/ci-cd-templates` from 2.1.5 to 2.4.10
- [Release notes](https://github.com/wearefrank/ci-cd-templates/releases)
- [Changelog](https://github.com/wearefrank/ci-cd-templates/blob/main/CHANGELOG.md)
- [Commits](wearefrank/ci-cd-templates@ccdaddd...00b8c33)

Updates `wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml` from 2.1.5 to 2.4.10
- [Release notes](https://github.com/wearefrank/ci-cd-templates/releases)
- [Changelog](https://github.com/wearefrank/ci-cd-templates/blob/main/CHANGELOG.md)
- [Commits](wearefrank/ci-cd-templates@ccdaddd...00b8c33)

Updates `actions/setup-node` from 6.2.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@6044e13...48b55a0)

Updates `actions/download-artifact` from 7.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@37930b1...3e5f45b)

Updates `wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml` from 2.1.5 to 2.4.10
- [Release notes](https://github.com/wearefrank/ci-cd-templates/releases)
- [Changelog](https://github.com/wearefrank/ci-cd-templates/blob/main/CHANGELOG.md)
- [Commits](wearefrank/ci-cd-templates@ccdaddd...00b8c33)

Updates `wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml` from 2.1.5 to 2.4.10
- [Release notes](https://github.com/wearefrank/ci-cd-templates/releases)
- [Changelog](https://github.com/wearefrank/ci-cd-templates/blob/main/CHANGELOG.md)
- [Commits](wearefrank/ci-cd-templates@ccdaddd...00b8c33)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(dependencies): bump the github-actions group with 8 updates build(dependencies): bump the github-actions group across 1 directory with 8 updates May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-8a85686f0c branch from 404c1c7 to 7be5152 Compare May 25, 2026 20:45
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