Skip to content

chore(deps): update all non-major dependencies#14

Open
renovate-coveooss[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#14
renovate-coveooss[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate-coveooss

@renovate-coveooss renovate-coveooss Bot commented Mar 10, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action minor v4.2.2v4.3.1 age confidence
github.com/stretchr/testify require minor v1.10.0v1.11.1 age confidence
go minor 1.24.01.26.4 age confidence
step-security/harden-runner action minor v2.11.1v2.19.4 age confidence

Release Notes

actions/checkout (actions/checkout)

v4.3.1

Compare Source

v4.3.0

Compare Source

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

step-security/harden-runner (step-security/harden-runner)

v2.19.4

Compare Source

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

Compare Source

What's Changed

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

v2.19.2

Compare Source

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

Compare Source

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

Compare Source

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

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

v2.18.0

Compare Source

What's Changed

Global Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes.

Deploy on Self-Hosted VM: Added deploy-on-self-hosted-vm input that allows the Harden Runner agent to be installed directly on ephemeral self-hosted Linux runner VMs at workflow runtime. This is intended as an alternative when baking the agent into the VM image is not possible.

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

v2.17.0

Compare Source

What's Changed

Policy Store Support

Added use-policy-store and api-key inputs to fetch security policies directly from the StepSecurity Policy Store. Policies can be defined and attached at the workflow, repo, org, or cluster (ARC) level, with the most granular policy taking precedence. This is the preferred method over the existing policy input which requires id-token: write permission. If no policy is found in the store, the action defaults to audit mode.

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

v2.16.1

Compare Source

What's Changed

Enterprise tier: Added support for direct IP addresses in the allow list
Community tier: Migrated Harden Runner telemetry to a new endpoint

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

v2.16.0

Compare Source

What's Changed

  • Updated action.yml to use node24
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS over HTTPS (DoH) by proxying DNS queries through a permitted resolver, allowing data exfiltration even with a restrictive allowed-endpoints list. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-46g3-37rh-v698 for details.
  • Security fix: Fixed a medium severity vulnerability where the egress block policy could be bypassed via DNS queries over TCP to external resolvers, allowing outbound network communication that evades configured network restrictions. This issue only affects the Community Tier; the Enterprise Tier is not affected. See GHSA-g699-3x6g-wm3g for details.

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

v2.15.1

Compare Source

What's Changed

  • Fixes #​642 bug due to which post step was failing on Windows ARM runners
  • Updates npm packages

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

v2.15.0

Compare Source

What's Changed

Windows and macOS runner support

We are excited to announce that Harden Runner now supports Windows and macOS runners, extending runtime security beyond Linux for the first time.

Insights for Windows and macOS runners will be displayed in the same consistent format you are already familiar with from Linux runners, giving you a unified view of runtime activity across all platforms.

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

v2.14.2

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

v2.12.2

Compare Source

What's Changed

Added HTTPS Monitoring for additional destinations - *.githubusercontent.com
Bug fixes:

  • Implicitly allow local multicast, local unicast and broadcast IP addresses in block mode
  • Increased policy map size for block mode

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

v2.12.1

Compare Source

What's Changed

  • Detection capabilities have been upgraded to better recognize attempts at runner tampering. These improvements are informed by real-world incident learnings, including analysis of anomalous behaviors observed in the tj-actions and reviewdog supply chain attack.
  • Resolved an issue where the block policy was not enforced correctly when the GitHub Actions job was running inside a container on a self-hosted VM runner.

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

v2.12.0

Compare Source

What's Changed

  1. A new option, disable-sudo-and-containers, is now available to replace the disable-sudo policy, addressing Docker-based privilege escalation (CVE-2025-32955). More details can be found in this blog post.

  2. New detections have been added based on insights from the tj-actions and reviewdog actions incidents.

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from 5e447d3 to 9118042 Compare April 2, 2025 03:01
@renovate-coveooss renovate-coveooss Bot changed the title chore(deps): update dependency go to v1.24.1 chore(deps): update dependency go to v1.24.2 Apr 2, 2025
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from 9118042 to 71565f5 Compare May 9, 2025 16:38
@renovate-coveooss renovate-coveooss Bot changed the title chore(deps): update dependency go to v1.24.2 chore(deps): update dependency go to v1.24.3 May 9, 2025
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from 71565f5 to b2f41e9 Compare May 28, 2025 17:31
@renovate-coveooss renovate-coveooss Bot changed the title chore(deps): update dependency go to v1.24.3 chore(deps): update all non-major dependencies May 28, 2025
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e078ff5 to 335add2 Compare June 11, 2025 14:31
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from 335add2 to 51e678e Compare June 30, 2025 06:31
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8abbf94 to d5c60bc Compare July 15, 2025 20:01
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9c436ec to 0444193 Compare August 13, 2025 03:31
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 95eae72 to ea51410 Compare August 27, 2025 11:33
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ba7af2d to 9d00fa8 Compare September 9, 2025 18:01
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cd6264c to a364c8a Compare October 14, 2025 03:01
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6f711c7 to 24e8dc0 Compare November 6, 2025 03:31
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from 24e8dc0 to 2bdfbc7 Compare November 17, 2025 16:31
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 5525ddc to df598ae Compare December 3, 2025 03:30
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from df598ae to d3378af Compare December 9, 2025 19:41
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from d3378af to f68af06 Compare January 16, 2026 03:30
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from f68af06 to d9edf5a Compare January 26, 2026 05:30
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a7ed030 to fdb08c6 Compare February 2, 2026 08:00
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 887f067 to 464feee Compare February 11, 2026 04:01
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from 464feee to 4e3a02f Compare February 24, 2026 23:32
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 00618ae to 1e40c90 Compare March 6, 2026 03:39
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from 1e40c90 to ab5fb13 Compare March 16, 2026 07:31
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from ab5fb13 to 23e5f03 Compare March 31, 2026 14:44
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4c644e7 to 4aa70b2 Compare April 9, 2026 15:33
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d759730 to 1f5abc9 Compare April 20, 2026 08:01
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e8ec6ef to d08f46b Compare May 8, 2026 04:00
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a28f1a3 to 1bbf820 Compare May 21, 2026 16:38
@renovate-coveooss renovate-coveooss Bot force-pushed the renovate/all-minor-patch branch from 1bbf820 to c184666 Compare June 3, 2026 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants