Skip to content

build(deps): bump the minor-and-patch-actions-weekly group across 1 directory with 14 updates#4898

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/minor-and-patch-actions-weekly-7731627bf5
Closed

build(deps): bump the minor-and-patch-actions-weekly group across 1 directory with 14 updates#4898
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/minor-and-patch-actions-weekly-7731627bf5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the minor-and-patch-actions-weekly group with 14 updates in the / directory:

Package From To
step-security/harden-runner 2.13.1 2.14.2
step-security/publish-unit-test-result-action 2.21.1 2.22.0
actions/checkout 6.0.1 6.0.2
actions/setup-node 6.0.0 6.2.0
actions/setup-python 6.1.0 6.2.0
docker/setup-buildx-action 3.11.1 3.12.0
mikepenz/action-junit-report 6.0.1 6.2.0
actions/setup-go 6.1.0 6.2.0
step-security/conventional-pr-title-action 3.2.5 3.2.6
step-security/foundry-toolchain 1.5.0 1.6.0
peter-evans/create-pull-request 8.0.0 8.1.0
step-security/release-notes-generator-action 3.2.0 3.2.2
docker/login-action 3.6.0 3.7.0
step-security/helm-gh-pages 1.7.5 1.7.7

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

Release notes

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

v2.14.2

What's Changed

Security fix: Fixed a medium severity vulnerability where outbound network connections using sendto, sendmsg, and sendmmsg socket system calls could bypass audit logging when using egress-policy: audit. This issue only affects the Community Tier in audit mode; block mode and Enterprise Tier were not affected. See GHSA-cpmj-h4f6-r6pq for details.

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

v2.14.1

What's Changed

  1. In some self-hosted environments, the agent could briefly fall back to public DNS resolvers during startup if the system DNS was not yet available. This behavior was unintended for GitHub-hosted runners and has now been fixed to prevent any use of public DNS resolvers.

  2. Fixed npm audit vulnerabilities

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

v2.14.0

What's Changed

  • Selective installation: Harden-Runner now skips installation on GitHub-hosted runners when the repository has a custom property skip_harden_runner, allowing organizations to opt out specific repos.
  • Avoid double install: The action no longer installs Harden-Runner if it’s already present on a GitHub-hosted runner, which could happen when a composite action also installs it.

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

v2.13.3

What's Changed

  • Fixed an issue where process events were not uploaded in certain edge cases.

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

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

Commits
  • 5ef0c07 Merge pull request #635 from step-security/rc-34
  • eb43c7b update agent
  • e3f713f Merge pull request #631 from step-security/rc-31
  • 423acdd chore: fix npm audit vulnerabilities
  • 0ddb86c update agent
  • 20cf305 Merge pull request #622 from step-security/feature/custom-property-skip
  • c51e8ee feat: skip agent install and post step on subsequent runs for GitHub-hosted r...
  • e152b90 feat: skip harden-runner based on repository custom property
  • ee1faec feat: replace skip-harden-runner with skip-on-custom-property input
  • 1dc7c17 feat: add skip-harden-runner input to conditionally skip execution
  • Additional commits viewable in compare view

Updates step-security/publish-unit-test-result-action from 2.21.1 to 2.22.0

Release notes

Sourced from step-security/publish-unit-test-result-action's releases.

v2.22.0

What's Changed

Full Changelog: step-security/publish-unit-test-result-action@v2...v2.22.0

Commits
  • 7dff603 Merge pull request #165 from step-security/Raj-StepSecurity-patch-32
  • d6f65e3 feat: Update action.yml
  • e49ad33 Merge pull request #163 from step-security/Raj-StepSecurity-patch-30
  • 23cb766 Merge branch 'main' into Raj-StepSecurity-patch-30
  • 7c7e809 Merge pull request #164 from step-security/Raj-StepSecurity-patch-31
  • b13fa6f Update ci-cd.yml
  • 7e056fb Update action.yml
  • 6910725 Merge pull request #161 from step-security/auto-cherry-pick
  • 53b8f70 workflow files cherry-picked manually
  • adc22c4 Releasing v2.22.0
  • Additional commits viewable in compare view

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates actions/setup-node from 6.0.0 to 6.2.0

Release notes

Sourced from actions/setup-node's releases.

v6.2.0

What's Changed

Documentation

Dependency updates:

New Contributors

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

v6.1.0

What's Changed

Enhancement:

Dependency updates:

Documentation update:

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

Commits

Updates actions/setup-python from 6.1.0 to 6.2.0

Release notes

Sourced from actions/setup-python's releases.

v6.2.0

What's Changed

Dependency Upgrades

Full Changelog: actions/setup-python@v6...v6.2.0

Commits

Updates docker/setup-buildx-action from 3.11.1 to 3.12.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v3.12.0

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

Commits
  • 8d2750c Merge pull request #455 from crazy-max/install-deprecated
  • e81846b deprecate install input
  • 65d18f8 Merge pull request #454 from docker/dependabot/github_actions/actions/checkout-6
  • 000d75d build(deps): bump actions/checkout from 5 to 6
  • 1583c0f Merge pull request #443 from nicolasleger/patch-1
  • ed158e7 doc: bump actions/checkout from 4 to 5
  • 4cc794f Merge pull request #441 from docker/dependabot/github_actions/actions/checkout-5
  • 4dfc3d6 build(deps): bump actions/checkout from 4 to 5
  • af1b253 Merge pull request #440 from crazy-max/k3s-build
  • 3c6ab92 ci: k3s test with latest buildx
  • Additional commits viewable in compare view

Updates mikepenz/action-junit-report from 6.0.1 to 6.2.0

Release notes

Sourced from mikepenz/action-junit-report's releases.

v6.2.0

🐛 Fixes

  • Add space before test time in annotation output - FIX #1489
  • Fix: Apply transformers to FILE_NAME in check_title_template

💬 Other

  • doc: update example versions in readme
  • chore: remove globals from devDependencies

📦 Dependencies

  • Update dependencies and code changes | GitHub Dependency upgrade to 9.x

Contributors:

v6.1.0

🚀 Features

  • Ensure flaky tests are included when includePassed=false
  • Improve handling of retrying tests | Fix wrong merging if test-name is equal
  • Allow includePassed to work independently of includePassed

🐛 Fixes

  • Improve handling of retrying tests | Fix wrong merging if test-name is equal

📦 Dependencies

  • Bump mikepenz/release-changelog-builder-action from 5 to 6
  • Bump actions/checkout from 5 to 6
  • chore: update dependencies to latest versions | @actions/core 2.0.1

Contributors:

... (truncated)

Commits
  • 74626db Merge pull request #1495 from mikepenz/chore/remove-globals-dependency
  • 2673d50 chore: remove globals from devDependencies
  • f348fc4 Merge pull request #1494 from mikepenz/fix/692-file-name-transformer
  • 08027db Fix: Apply transformers to FILE_NAME in check_title_template
  • 117a5e4 Merge pull request #1493 from mikepenz/feature/pr-changes
  • eed6a8b Fix imports for @​actions/github v9 compatibility
  • 72b5229 Update dependencies and code changes
  • 32f173c Merge pull request #1492 from mikepenz/fix/1489
  • 12b0171 Add space before test time in annotation output - FIX #1489
  • 04c39b3 Merge pull request #1491 from pajlada/patch-1
  • Additional commits viewable in compare view

Updates actions/setup-go from 6.1.0 to 6.2.0

Release notes

Sourced from actions/setup-go's releases.

v6.2.0

What's Changed

Enhancements

Dependency updates

New Contributors

Full Changelog: actions/setup-go@v6...v6.2.0

Commits

Updates step-security/conventional-pr-title-action from 3.2.5 to 3.2.6

Release notes

Sourced from step-security/conventional-pr-title-action's releases.

v3.2.6

What's Changed

Full Changelog: step-security/conventional-pr-title-action@v3...v3.2.6

Commits
  • bb2263e Merge pull request #135 from step-security/amanstep-patch-2
  • ba9a699 Update action.yml
  • 1b88c49 feat: updated the docker image
  • 8920bac Merge pull request #134 from step-security/fix/vulnerability3
  • 6dc6949 Merge branch 'main' into fix/vulnerability3
  • ca6f7ef fix: fixed vulnerabilities
  • a1de813 Merge pull request #124 from step-security/dependabot/github_actions/docker/l...
  • b469a43 Bump docker/login-action from 2.1.0 to 3.6.0
  • 1b20391 Merge pull request #133 from step-security/npm-audit-fix
  • bb29186 fix: apply audit fixes
  • Additional commits viewable in compare view

Updates step-security/foundry-toolchain from 1.5.0 to 1.6.0

Release notes

Sourced from step-security/foundry-toolchain's releases.

v1.6.0

What's Changed

Full Changelog: step-security/foundry-toolchain@v1...v1.6.0

Commits

Updates peter-evans/create-pull-request from 8.0.0 to 8.1.0

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v8.1.0

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v8.0.0...v8.1.0

Commits
  • c0f553f feat: add @​octokit/plugin-retry to handle retriable server errors (#4298)
  • 7000124 fix: Handle remote prune failures gracefully (#4295)
  • 34aa40e build: update distribution (#4289)
  • 641099d build(deps-dev): bump undici from 6.22.0 to 6.23.0 (#4284)
  • 2271f1d build(deps-dev): bump the npm group with 2 updates (#4274)
  • 437c31a build(deps): bump the github-actions group with 2 updates (#4273)
  • 0979079 docs: update readme
  • 5b751cd README.md: bump given GitHub actions to their latest versions (#4265)
  • See full diff in compare view

Updates step-security/release-notes-generator-action from 3.2.0 to 3.2.2

Release notes

Sourced from step-security/release-notes-generator-action's releases.

v3.2.2

What's Changed

Full Changelog: step-security/release-notes-generator-action@v3...v3.2.2

v3.2.1

What's Changed

New Contributors

Full Changelog: step-security/release-notes-generator-action@v3...v3.2.1

Commits
  • 796ee9c Merge pull request #58 from step-security/amanstep-patch-2
  • 2622c34 feat: updated the docker image
  • f526854 Merge pull request #57 from step-security/fix/vulnerability2
  • 2432ca9 fix: fixed vulnerabilities
  • 386be8c Merge pull request #56 from step-security/amanstep-patch-1
  • 79aa923 feat: updated docker image
  • 80f1a5a Merge pull request #55 from step-security/fix/vulnerability
  • d53f484 Merge branch 'main' into fix/vulnerability
  • 93c0eff fix: fixed docker vulnerabilities
  • See full diff in compare view

Updates docker/login-action from 3.6.0 to 3.7.0

Release notes

Sourced from docker/login-action's releases.

v3.7.0

Full Changelog: docker/login-action@v3.6.0...v3.7.0

Commits
  • c94ce9f Merge pull request #915 from docker/dependabot/npm_and_yarn/lodash-4.17.23
  • 8339c95 Merge pull request #912 from docker/scope
  • c83e932 build(deps): bump lodash from 4.17.21 to 4.17.23
  • b268aa5 chore: update generated content
  • a603229 documentation for scope input
  • 7567f92 Add scope input to set scopes for the authentication token
  • 0567fa5 Merge pull request #914 from dphi/add-support-for-amazonaws.eu
  • f6ef577 feat: add support for AWS European Sovereign Cloud ECR registries
  • 916386b Merge pull request #911 from crazy-max/ensure-redact
  • 5b3f94a chore: update generated content
  • Additional commits viewable in compare view

Updates step-security/helm-gh-pages from 1.7.5 to 1.7.7

Release notes

Sourced from step-security/helm-gh-pages's releases.

v1.7.7

What's Changed

Full Changelog: step-security/helm-gh-pages@v1...v1.7.7

v1.7.6

What's Changed

Full Changelog: step-security/helm-gh-pages@v1...v1.7.6

Commits
  • 2826baf Merge pull request #111 from step-security/amanstep-patch-3
  • 89ce65c Update action.yml
  • b657747 Merge pull request #110 from step-security/fix/vulnerability1
  • c787332 fix: fixed docker vulnerabilities
  • 1dd0d0d Merge pull request #109 from step-security/amanstep-patch-2
  • b6ee10b feat: updated the docker image

…irectory with 14 updates

Bumps the minor-and-patch-actions-weekly group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.13.1` | `2.14.2` |
| [step-security/publish-unit-test-result-action](https://github.com/step-security/publish-unit-test-result-action) | `2.21.1` | `2.22.0` |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.0.0` | `6.2.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.1.0` | `6.2.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.11.1` | `3.12.0` |
| [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) | `6.0.1` | `6.2.0` |
| [actions/setup-go](https://github.com/actions/setup-go) | `6.1.0` | `6.2.0` |
| [step-security/conventional-pr-title-action](https://github.com/step-security/conventional-pr-title-action) | `3.2.5` | `3.2.6` |
| [step-security/foundry-toolchain](https://github.com/step-security/foundry-toolchain) | `1.5.0` | `1.6.0` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.0.0` | `8.1.0` |
| [step-security/release-notes-generator-action](https://github.com/step-security/release-notes-generator-action) | `3.2.0` | `3.2.2` |
| [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `3.7.0` |
| [step-security/helm-gh-pages](https://github.com/step-security/helm-gh-pages) | `1.7.5` | `1.7.7` |



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

Updates `step-security/publish-unit-test-result-action` from 2.21.1 to 2.22.0
- [Release notes](https://github.com/step-security/publish-unit-test-result-action/releases)
- [Commits](step-security/publish-unit-test-result-action@914f0f6...7dff603)

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

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

Updates `actions/setup-python` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@83679a8...a309ff8)

Updates `docker/setup-buildx-action` from 3.11.1 to 3.12.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@e468171...8d2750c)

Updates `mikepenz/action-junit-report` from 6.0.1 to 6.2.0
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@e08919a...74626db)

Updates `actions/setup-go` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@4dc6199...7a3fe6c)

Updates `step-security/conventional-pr-title-action` from 3.2.5 to 3.2.6
- [Release notes](https://github.com/step-security/conventional-pr-title-action/releases)
- [Changelog](https://github.com/step-security/conventional-pr-title-action/blob/main/release.config.js)
- [Commits](step-security/conventional-pr-title-action@cb1c565...bb2263e)

Updates `step-security/foundry-toolchain` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/step-security/foundry-toolchain/releases)
- [Changelog](https://github.com/step-security/foundry-toolchain/blob/main/RELEASE.md)
- [Commits](step-security/foundry-toolchain@b3c15ce...f478247)

Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@98357b1...c0f553f)

Updates `step-security/release-notes-generator-action` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/step-security/release-notes-generator-action/releases)
- [Commits](step-security/release-notes-generator-action@e516c85...796ee9c)

Updates `docker/login-action` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@5e57cd1...c94ce9f)

Updates `step-security/helm-gh-pages` from 1.7.5 to 1.7.7
- [Release notes](https://github.com/step-security/helm-gh-pages/releases)
- [Commits](step-security/helm-gh-pages@6161801...2826baf)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: step-security/publish-unit-test-result-action
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: actions/setup-node
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: docker/setup-buildx-action
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: mikepenz/action-junit-report
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: actions/setup-go
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: step-security/conventional-pr-title-action
  dependency-version: 3.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: step-security/foundry-toolchain
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: step-security/release-notes-generator-action
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: docker/login-action
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-actions-weekly
- dependency-name: step-security/helm-gh-pages
  dependency-version: 1.7.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-actions-weekly
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github Actions code. labels Feb 9, 2026
@dependabot dependabot bot requested review from a team as code owners February 9, 2026 22:52
@dependabot dependabot bot requested a review from PavelSBorisov February 9, 2026 22:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 9, 2026
@dependabot dependabot bot requested a review from konstantinabl February 9, 2026 22:52
@dependabot dependabot bot added the github_actions Pull requests that update Github Actions code. label Feb 9, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 16, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/minor-and-patch-actions-weekly-7731627bf5 branch February 16, 2026 20:03
@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

❗ There is a different number of reports uploaded between BASE (5062f1a) and HEAD (2a2ddef). Click for more details.

HEAD has 24 uploads less than BASE
Flag BASE (5062f1a) HEAD (2a2ddef)
config-service 1 0
relay 1 0
server 1 0
ws-server 1 0
21 1
@@             Coverage Diff             @@
##             main    #4898       +/-   ##
===========================================
- Coverage   96.02%   69.22%   -26.80%     
===========================================
  Files         143      143               
  Lines       23342    23342               
  Branches     1853      597     -1256     
===========================================
- Hits        22413    16158     -6255     
- Misses        905     7163     +6258     
+ Partials       24       21        -3     
Flag Coverage Δ
config-service ?
relay ?
server ?
ws-server ?

Flags with carried forward coverage won't be shown. Click here to find out more.
see 86 files with indirect coverage changes

🚀 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.

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.

2 participants

Comments