Skip to content

fix(deps): update all non-major dependencies#299

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

fix(deps): update all non-major dependencies#299
renovate-coveooss[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate-coveooss
Copy link
Contributor

@renovate-coveooss renovate-coveooss bot commented Aug 4, 2025

Jira: DT-4929

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
actions/checkout action minor v4.2.2v4.3.1 age adoption passing confidence
actions/setup-go action minor v6.0.0v6.3.0 age adoption passing confidence
github.com/PuerkitoBio/goquery require minor v1.10.3v1.11.0 v1.12.0 age adoption passing confidence
github.com/bmatcuk/doublestar/v4 require minor v4.9.0v4.10.0 age adoption passing confidence
github.com/sirupsen/logrus require patch v1.9.3v1.9.4 age adoption passing confidence
github.com/stretchr/testify require minor v1.10.0v1.11.1 age adoption passing confidence
go (source) toolchain minor 1.24.51.26.1 age adoption passing confidence
golang.org/x/term require minor v0.33.0v0.41.0 age adoption passing confidence
golang.org/x/text require minor v0.27.0v0.35.0 age adoption passing confidence
step-security/harden-runner action minor v2.13.0v2.15.1 v2.16.0 age adoption passing confidence

[skip release]


Release Notes

actions/checkout (actions/checkout)

v4.3.1

Compare Source

v4.3.0

Compare Source

actions/setup-go (actions/setup-go)

v6.3.0

Compare Source

What's Changed

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

v6.2.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

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

v6.1.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

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

PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)

v1.11.0

Compare Source

Note that Go1.24 is now required (use goquery < 1.11.0 if you can't use go1.24+).

bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.10.0: Added WithNoHidden option

Compare Source

Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.

Thanks to @​lukasngl for the initial PR and idea!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.2...v4.10.0

v4.9.2: Fixed Handling of Paths With Meta Chars Using Alts

Compare Source

@​toga4 submitted a PR that fixed a small bug with the way paths were handled when the pattern used {alts}: if some part of the on-disk path that came before the {alt} included meta characters (say, a directory name that included the character ?), these meta characters were not escaped when they were passed back through the globbing routines. This caused doublestar to interpret them as actual meta characters, rather than a fixed-string path as it should have. Nice find, @​toga4 !

What's Changed

  • fix: escape meta characters in paths during brace expansion by @​toga4 in #​108

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.1...v4.9.2

v4.9.1: Small Performance Change

Compare Source

This release contains a small change that gives a slight performance increase. Thanks to @​jbedard for the PR!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.0...v4.9.1

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.4

Compare Source

Notable changes

  • go.mod: update minimum supported go version to v1.17 #​1460
  • go.mod: bump up dependencies #​1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #​1364
  • Add WASI wasip1 support #​1388
  • Remove uses of deprecated ioutil package #​1472
  • CI: update actions and golangci-lint #​1459
  • CI: remove appveyor, add macOS #​1460

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.

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

Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.

@renovate-coveooss renovate-coveooss bot requested a review from a team as a code owner August 4, 2025 04:01
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch from e70ec5d to c6efe56 Compare August 13, 2025 00:13
@renovate-coveooss renovate-coveooss bot changed the title fix(deps): update module github.com/bmatcuk/doublestar/v4 to v4.9.1 fix(deps): update all non-major dependencies Aug 13, 2025
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch from c6efe56 to 66a3b5a Compare August 14, 2025 15:14
@renovate-coveooss
Copy link
Contributor Author

renovate-coveooss bot commented Aug 14, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.37.0 -> v0.44.0
golang.org/x/net v0.39.0 -> v0.47.0
golang.org/x/sys v0.34.0 -> v0.39.0

@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f156b51 to f5b5ab9 Compare August 25, 2025 00:13
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7183d36 to fca89f4 Compare September 10, 2025 00:14
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bd44990 to 40682a2 Compare September 16, 2025 18:15
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch from 40682a2 to 5ace066 Compare October 6, 2025 00:02
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 288116b to a3a4075 Compare October 20, 2025 00:02
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 41049dd to bf4039e Compare November 18, 2025 15:21
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5d5698e to 431c993 Compare November 27, 2025 03:16
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch from 431c993 to e0b3ad5 Compare December 1, 2025 00:09
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3245e19 to df5e053 Compare December 15, 2025 17:01
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch from df5e053 to 02c08d9 Compare December 16, 2025 19:31
@renovate-coveooss
Copy link
Contributor Author

renovate-coveooss bot commented Jan 9, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.37.0 -> v0.44.0
golang.org/x/net v0.39.0 -> v0.47.0
golang.org/x/sys v0.34.0 -> v0.42.0

@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7bda452 to 3ceccb0 Compare January 22, 2026 00:01
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fcab941 to 5f7955a Compare February 2, 2026 05:48
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8b16583 to 71b09db Compare February 17, 2026 00:17
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a79c24a to af105f7 Compare March 4, 2026 19:43
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3bae48e to 172c36a Compare March 12, 2026 21:28
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/all-minor-patch branch from 172c36a to 449ef41 Compare March 17, 2026 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants