Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/github-actions-ee326a4ed2
Open

build(dependencies): bump the github-actions group across 1 directory with 12 updates#626
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/github-actions-ee326a4ed2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

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

Package From To
wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml 2.0.2 2.1.1
step-security/harden-runner 2.12.2 2.13.2
actions/checkout 4.2.2 6.0.0
wearefrank/ci-cd-templates 2.0.2 2.1.1
wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml 2.0.2 2.1.1
wearefrank/ci-cd-templates/.github/workflows/soapui-testrunner.yml 2.0.2 2.1.1
actions/setup-node 4.4.0 6.0.0
actions/download-artifact 4.3.0 6.0.0
wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml 2.0.8 2.1.1
wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml 2.0.2 2.1.1
actions/upload-artifact 4.6.2 5.0.0
Codex-/return-dispatch 2.1.0 3.0.0

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

Release notes

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

v2.1.1

2.1.1 (2025-10-17)

🤖 Build System

  • dependencies: bump node-version to v24 (2fe7b67)

v2.1.0

2.1.0 (2025-10-17)

🍕 Features

  • delete workflow artifacts action (#65) (f0bcb14)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 6 updates (323d7ab)
  • force release (4af00cb)

🔁 Continuous Integration

  • bump ci-cd-templates release workflow node version to 24.x (046c33a)

v2.0.9

2.0.9 (2025-09-17)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 12 updates (#62) (6988150)

v2.0.8

2.0.8 (2025-08-28)

🔁 Continuous Integration

  • dependencies: bump soapui-runner action to v2.0.7 in soapui-testrunner workflow (6ee0d9c)

v2.0.7

2.0.7 (2025-08-28)

🐛 Bug Fixes

  • upload soapui report artifact on both success and faillure as long as a report exists and report artifact upload is enabled in soapui-runner action (898e9d9)

v2.0.6

2.0.6 (2025-08-27)

🎨 Styles

  • add quotes around env variable references in scripts (5b9cd5a)

... (truncated)

Changelog

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

conventional commits semantic versioning

2.1.1 (2025-10-17)

🤖 Build System

  • dependencies: bump node-version to v24 (2fe7b67)

2.1.0 (2025-10-17)

🍕 Features

  • delete workflow artifacts action (#65) (f0bcb14)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 6 updates (323d7ab)
  • force release (4af00cb)

🔁 Continuous Integration

  • bump ci-cd-templates release workflow node version to 24.x (046c33a)

2.0.9 (2025-09-17)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 12 updates (#62) (6988150)

2.0.8 (2025-08-28)

🔁 Continuous Integration

  • dependencies: bump soapui-runner action to v2.0.7 in soapui-testrunner workflow (6ee0d9c)

2.0.7 (2025-08-28)

🐛 Bug Fixes

  • upload soapui report artifact on both success and faillure as long as a report exists and report artifact upload is enabled in soapui-runner action (898e9d9)

2.0.6 (2025-08-27)

🎨 Styles

  • add quotes around env variable references in scripts (5b9cd5a)

🧑‍💻 Code Refactoring

  • print addition troubleshooting context to console when soapui-testrunner fails or when the pipeline is run in debug mode (b67ba36)

... (truncated)

Commits
  • 5cc3ad4 chore(patch): release 2.1.1 [skip ci]
  • 2fe7b67 build(dependencies): bump node-version to v24
  • 8373939 chore(minor): release 2.1.0 [skip ci]
  • 4af00cb build: force release
  • 0ddae72 chore: update root readme workflows & actions overview
  • 046c33a ci: bump ci-cd-templates release workflow node version to 24.x
  • 323d7ab build(dependencies): bump the github-actions group across 1 directory with 6 ...
  • f0bcb14 feat: delete workflow artifacts action (#65)
  • bc79aae chore(patch): release 2.0.9 [skip ci]
  • 6988150 build(dependencies): bump the github-actions group across 1 directory with 12...
  • Additional commits viewable in compare view

Updates step-security/harden-runner from 2.12.2 to 2.13.2

Release notes

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

v2.13.2

What's Changed

  • Fixed an issue where there was a limit of 512 allowed endpoints when using block egress policy. This restriction has been removed, allowing for an unlimited number of endpoints to be configured.
  • Harden Runner now automatically detects if the agent is already pre-installed on a custom VM image used by a GitHub-hosted runner. When detected, the action will skip reinstallation and use the existing agent.

Full Changelog: step-security/harden-runner@v2.13.1...v2.13.2

v2.13.1

What's Changed

  • Graceful handling of HTTP errors: Improved error handling when fetching Harden Runner policies from the StepSecurity Policy Store API, ensuring more reliable execution even in case of temporary network/API issues.

  • Security updates for npm dependencies: Updated vulnerable npm package dependencies to the latest secure versions.

  • Faster enterprise agent downloads: The enterprise agent is now downloaded from GitHub Releases instead of packages.stepsecurity.io, improving download speed and reliability.

Full Changelog: step-security/harden-runner@v2.13.0...v2.13.1

v2.13.0

What's Changed

  • Improved job markdown summary
  • Https monitoring for all domains (included with the enterprise tier)

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

Commits

Updates actions/checkout from 4.2.2 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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

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

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

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 wearefrank/ci-cd-templates from 2.0.2 to 2.1.1

Release notes

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

v2.1.1

2.1.1 (2025-10-17)

🤖 Build System

  • dependencies: bump node-version to v24 (2fe7b67)

v2.1.0

2.1.0 (2025-10-17)

🍕 Features

  • delete workflow artifacts action (#65) (f0bcb14)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 6 updates (323d7ab)
  • force release (4af00cb)

🔁 Continuous Integration

  • bump ci-cd-templates release workflow node version to 24.x (046c33a)

v2.0.9

2.0.9 (2025-09-17)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 12 updates (#62) (6988150)

v2.0.8

2.0.8 (2025-08-28)

🔁 Continuous Integration

  • dependencies: bump soapui-runner action to v2.0.7 in soapui-testrunner workflow (6ee0d9c)

v2.0.7

2.0.7 (2025-08-28)

🐛 Bug Fixes

  • upload soapui report artifact on both success and faillure as long as a report exists and report artifact upload is enabled in soapui-runner action (898e9d9)

v2.0.6

2.0.6 (2025-08-27)

🎨 Styles

  • add quotes around env variable references in scripts (5b9cd5a)

... (truncated)

Changelog

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

conventional commits semantic versioning

2.1.1 (2025-10-17)

🤖 Build System

  • dependencies: bump node-version to v24 (2fe7b67)

2.1.0 (2025-10-17)

🍕 Features

  • delete workflow artifacts action (#65) (f0bcb14)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 6 updates (323d7ab)
  • force release (4af00cb)

🔁 Continuous Integration

  • bump ci-cd-templates release workflow node version to 24.x (046c33a)

2.0.9 (2025-09-17)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 12 updates (#62) (6988150)

2.0.8 (2025-08-28)

🔁 Continuous Integration

  • dependencies: bump soapui-runner action to v2.0.7 in soapui-testrunner workflow (6ee0d9c)

2.0.7 (2025-08-28)

🐛 Bug Fixes

  • upload soapui report artifact on both success and faillure as long as a report exists and report artifact upload is enabled in soapui-runner action (898e9d9)

2.0.6 (2025-08-27)

🎨 Styles

  • add quotes around env variable references in scripts (5b9cd5a)

🧑‍💻 Code Refactoring

  • print addition troubleshooting context to console when soapui-testrunner fails or when the pipeline is run in debug mode (b67ba36)

... (truncated)

Commits
  • 5cc3ad4 chore(patch): release 2.1.1 [skip ci]
  • 2fe7b67 build(dependencies): bump node-version to v24
  • 8373939 chore(minor): release 2.1.0 [skip ci]
  • 4af00cb build: force release
  • 0ddae72 chore: update root readme workflows & actions overview
  • 046c33a ci: bump ci-cd-templates release workflow node version to 24.x
  • 323d7ab build(dependencies): bump the github-actions group across 1 directory with 6 ...
  • f0bcb14 feat: delete workflow artifacts action (#65)
  • bc79aae chore(patch): release 2.0.9 [skip ci]
  • 6988150 build(dependencies): bump the github-actions group across 1 directory with 12...
  • Additional commits viewable in compare view

Updates wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml from 2.0.2 to 2.1.1

Release notes

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

v2.1.1

2.1.1 (2025-10-17)

🤖 Build System

  • dependencies: bump node-version to v24 (2fe7b67)

v2.1.0

2.1.0 (2025-10-17)

🍕 Features

  • delete workflow artifacts action (#65) (f0bcb14)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 6 updates (323d7ab)
  • force release (4af00cb)

🔁 Continuous Integration

  • bump ci-cd-templates release workflow node version to 24.x (046c33a)

v2.0.9

2.0.9 (2025-09-17)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 12 updates (#62) (6988150)

v2.0.8

2.0.8 (2025-08-28)

🔁 Continuous Integration

  • dependencies: bump soapui-runner action to v2.0.7 in soapui-testrunner workflow (6ee0d9c)

v2.0.7

2.0.7 (2025-08-28)

🐛 Bug Fixes

  • upload soapui report artifact on both success and faillure as long as a report exists and report artifact upload is enabled in soapui-runner action (898e9d9)

v2.0.6

2.0.6 (2025-08-27)

🎨 Styles

  • add quotes around env variable references in scripts (5b9cd5a)

... (truncated)

Changelog

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

conventional commits semantic versioning

2.1.1 (2025-10-17)

🤖 Build System

  • dependencies: bump node-version to v24 (2fe7b67)

2.1.0 (2025-10-17)

🍕 Features

  • delete workflow artifacts action (#65) (f0bcb14)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 6 updates (323d7ab)
  • force release (4af00cb)

🔁 Continuous Integration

  • bump ci-cd-templates release workflow node version to 24.x (046c33a)

2.0.9 (2025-09-17)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 12 updates (#62) (6988150)

2.0.8 (2025-08-28)

🔁 Continuous Integration

  • dependencies: bump soapui-runner action to v2.0.7 in soapui-testrunner workflow (6ee0d9c)

2.0.7 (2025-08-28)

🐛 Bug Fixes

  • upload soapui report artifact on both success and faillure as long as a report exists and report artifact upload is enabled in soapui-runner action (898e9d9)

2.0.6 (2025-08-27)

🎨 Styles

  • add quotes around env variable references in scripts (5b9cd5a)

🧑‍💻 Code Refactoring

  • print addition troubleshooting context to console when soapui-testrunner fails or when the pipeline is run in debug mode (b67ba36)

... (truncated)

Commits
  • 5cc3ad4 chore(patch): release 2.1.1 [skip ci]
  • 2fe7b67 build(dependencies): bump node-version to v24
  • 8373939 chore(minor): release 2.1.0 [skip ci]
  • 4af00cb build: force release
  • 0ddae72 chore: update root readme workflows & actions overview
  • 046c33a ci: bump ci-cd-templates release workflow node version to 24.x
  • 323d7ab build(dependencies): bump the github-actions group across 1 directory with 6 ...
  • f0bcb14 feat: delete workflow artifacts action (#65)
  • bc79aae chore(patch): release 2.0.9 [skip ci]
  • 6988150 build(dependencies): bump the github-actions group across 1 directory with 12...
  • Additional commits viewable in compare view

Updates wearefrank/ci-cd-templates/.github/workflows/soapui-testrunner.yml from 2.0.2 to 2.1.1

Release notes

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

v2.1.1

2.1.1 (2025-10-17)

🤖 Build System

  • dependencies: bump node-version to v24 (2fe7b67)

v2.1.0

2.1.0 (2025-10-17)

🍕 Features

  • delete workflow artifacts action (#65) (f0bcb14)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 6 updates (323d7ab)
  • force release (4af00cb)

🔁 Continuous Integration

  • bump ci-cd-templates release workflow node version to 24.x (046c33a)

v2.0.9

2.0.9 (2025-09-17)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 12 updates (#62) (6988150)

v2.0.8

2.0.8 (2025-08-28)

🔁 Continuous Integration

  • dependencies: bump soapui-runner action to v2.0.7 in soapui-testrunner workflow (6ee0d9c)

v2.0.7

2.0.7 (2025-08-28)

🐛 Bug Fixes

  • upload soapui report artifact on both success and faillure as long as a report exists and report artifact upload is enabled in soapui-runner action (898e9d9)

v2.0.6

2.0.6 (2025-08-27)

🎨 Styles

  • add quotes around env variable references in scripts (5b9cd5a)

... (truncated)

Changelog

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

conventional commits semantic versioning

2.1.1 (2025-10-17)

🤖 Build System

  • dependencies: bump node-version to v24 (2fe7b67)

2.1.0 (2025-10-17)

🍕 Features

  • delete workflow artifacts action (#65) (f0bcb14)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 6 updates (323d7ab)
  • force release (4af00cb)

🔁 Continuous Integration

  • bump ci-cd-templates release workflow node version to 24.x (046c33a)

2.0.9 (2025-09-17)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 12 updates (#62) (6988150)

2.0.8 (2025-08-28)

🔁 Continuous Integration

  • dependencies: bump soapui-runner action to v2.0.7 in soapui-testrunner workflow (6ee0d9c)

2.0.7 (2025-08-28)

🐛 Bug Fixes

  • upload soapui report artifact on both success and faillure as long as a report exists and report artifact upload is enabled in soapui-runner action (898e9d9)

2.0.6 (2025-08-27)

🎨 Styles

  • add quotes around env variable references in scripts (5b9cd5a)

🧑‍💻 Code Refactoring

  • print addition troubleshooting context to console when soapui-testrunner fails or when the pipeline is run in debug mode (b67ba36)

... (truncated)

Commits
  • 5cc3ad4 chore(patch): release 2.1.1 [skip ci]
  • 2fe7b67 build(dependencies): bump node-version to v24
  • 8373939 chore(minor): release 2.1.0 [skip ci]
  • 4af00cb build: force release
  • 0ddae72 chore: update root readme workflows & actions overview
  • 046c33a ci: bump ci-cd-templates release workflow node version to 24.x
  • 323d7ab build(dependencies): bump the github-actions group across 1 directory with 6 ...
  • f0bcb14 feat: delete workflow artifacts action (#65)
  • bc79aae chore(patch): release 2.0.9 [skip ci]
  • 6988150 build(dependencies): bump the github-actions group across 1 directory with 12...
  • Additional commits viewable in compare view

Updates actions/setup-node from 4.4.0 to 6.0.0

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

Commits

Updates actions/download-artifact from 4.3.0 to 6.0.0

Release notes

Sourced from actions/download-artifact's releases.

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 1, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-ee326a4ed2 branch from d122f38 to 7aa8079 Compare December 8, 2025 09:13
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-ee326a4ed2 branch from 7aa8079 to c05a56f Compare January 5, 2026 09:11
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-ee326a4ed2 branch from c05a56f to 2d23cee Compare January 12, 2026 11:17
… with 12 updates

Bumps the github-actions group with 12 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.0.2` | `2.1.1` |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.12.2` | `2.13.2` |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.0` |
| [wearefrank/ci-cd-templates](https://github.com/wearefrank/ci-cd-templates) | `2.0.2` | `2.1.1` |
| [wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml](https://github.com/wearefrank/ci-cd-templates) | `2.0.2` | `2.1.1` |
| [wearefrank/ci-cd-templates/.github/workflows/soapui-testrunner.yml](https://github.com/wearefrank/ci-cd-templates) | `2.0.2` | `2.1.1` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `6.0.0` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `6.0.0` |
| [wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml](https://github.com/wearefrank/ci-cd-templates) | `2.0.8` | `2.1.1` |
| [wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml](https://github.com/wearefrank/ci-cd-templates) | `2.0.2` | `2.1.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` |
| [Codex-/return-dispatch](https://github.com/codex-/return-dispatch) | `2.1.0` | `3.0.0` |



Updates `wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml` from 2.0.2 to 2.1.1
- [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@692c637...5cc3ad4)

Updates `step-security/harden-runner` from 2.12.2 to 2.13.2
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@6c439dc...95d9a5d)

Updates `actions/checkout` from 4.2.2 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@11bd719...1af3b93)

Updates `wearefrank/ci-cd-templates` from 2.0.2 to 2.1.1
- [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@v2.0.2...5cc3ad4)

Updates `wearefrank/ci-cd-templates/.github/workflows/ci-generic.yml` from 2.0.2 to 2.1.1
- [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@692c637...5cc3ad4)

Updates `wearefrank/ci-cd-templates/.github/workflows/soapui-testrunner.yml` from 2.0.2 to 2.1.1
- [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@692c637...5cc3ad4)

Updates `actions/setup-node` from 4.4.0 to 6.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@49933ea...2028fbc)

Updates `actions/download-artifact` from 4.3.0 to 6.0.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@d3f86a1...018cc2c)

Updates `wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml` from 2.0.8 to 2.1.1
- [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@791982d...5cc3ad4)

Updates `wearefrank/ci-cd-templates/.github/workflows/docusaurus-release.yml` from 2.0.2 to 2.1.1
- [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@692c637...5cc3ad4)

Updates `actions/upload-artifact` from 4.6.2 to 5.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...330a01c)

Updates `Codex-/return-dispatch` from 2.1.0 to 3.0.0
- [Release notes](https://github.com/codex-/return-dispatch/releases)
- [Commits](Codex-/return-dispatch@v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: wearefrank/ci-cd-templates/.github/workflows/ff-version-auto-bumper.yml
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: step-security/harden-runner
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates
  dependency-version: 2.1.1
  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.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates/.github/workflows/soapui-testrunner.yml
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml
  dependency-version: 2.1.1
  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.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: Codex-/return-dispatch
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-ee326a4ed2 branch from 2d23cee to fae71ce Compare March 2, 2026 10:17
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