Skip to content

fix(deps): update all dependencies - #5

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Open

fix(deps): update all dependencies#5
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jul 21, 2025

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v4.2.2v7.0.1 age adoption passing confidence
actions/dependency-review-action action major v4.7.1v5.0.0 age adoption passing confidence
actions/setup-go action major v5.5.0v7.0.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.10.0v1.12.1 age adoption passing confidence
github/codeql-action action major v3.29.2v4.37.9 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v5.0.0: 5.0.0

Compare Source

This is a new major version of the Dependency Review Action which updates the runtime to node24. This requires a minimum Actions Runner version v2.327.1 to run.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.9.0...v5.0.0

v4.9.0: Dependency Review Action 4.9.0

Compare Source

This feature release contains a couple of notable changes:

  • There is a new configuration option show_patched_versions which will add a column to the output, showing the fix version of each vulnerable dependency. Thanks @​felickz!
  • Runs which do not display OpenSSF scorecards no longer fetch scorecard information; previously it was fetched regardless of whether or not it was displayed, causing unneccessary slowness. Great catch @​jantiebot!
  • There are a couple of fixes to purl parsing which should improve match accuracy for allow-package-dependency lists, including case (in)sensitivity and url-encoded namespaces Thanks @​juxtin!

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.8.3...v4.9.0

v4.8.3: 4.8.3

Compare Source

Dependency Review Action v4.8.3

This is a bugfix release that updates a number of upstream dependencies and includes a fix for the earlier feature that detected oversized summaries and upload them as artifacts, which could occasionally crash the action.

We have also updated the release process to use a long-lived v4 branch for the action, instead of a force-pushed tag, which aligns better with git branching strategies; the change should be transparent to end users.

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.8.2..v4.8.3

v4.8.2

Compare Source

Minor fixes:

v4.8.1: Dependency Review Action v4.8.1

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4...v4.8.1

v4.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.8.0

v4.7.4

Compare Source

v4.7.3: 4.7.3

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4...v4.7.3

v4.7.2: 4.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.7.2

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

v7.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v6.5.0

Compare Source

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

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

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

v6.0.0

Compare Source

What's Changed
Breaking Changes

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-go@v5...v6.0.0

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v5...v5.6.0

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

v1.12.1

Compare Source

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.12.0...v1.12.1

v1.12.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

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

What's Changed

New Contributors

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

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](https://r

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v3.29.3 chore(deps): update github/codeql-action action to v3.29.4 Jul 23, 2025
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from 41d9bbc to b63f5e6 Compare July 30, 2025 00:26
@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v3.29.4 chore(deps): update github/codeql-action action to v3.29.5 Jul 30, 2025
@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v3.29.5 chore(deps): update github/codeql-action action to v3.29.6 Aug 7, 2025
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from 6925a71 to acd03ad Compare August 7, 2025 21:37
@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v3.29.6 chore(deps): update github/codeql-action action to v3.29.7 Aug 7, 2025
@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v3.29.7 chore(deps): update github/codeql-action action to v3.29.8 Aug 8, 2025
@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v3.29.8 chore(deps): update all dependencies Aug 11, 2025
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from fbdd86a to b19d7e4 Compare August 18, 2025 19:32
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from 1229fde to 3f494e9 Compare August 24, 2025 20:28
@renovate renovate Bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Aug 24, 2025
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from fb65b8d to 19ca13f Compare August 27, 2025 19:32
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from ff06fce to ebf20d3 Compare September 10, 2025 18:32
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from 53d2b73 to 0ac728b Compare September 26, 2025 20:29
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from 45c6a61 to 0db1bf4 Compare October 7, 2025 15:51
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from a2482e3 to e714319 Compare October 10, 2025 21:59
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from df8e788 to 242a237 Compare December 1, 2025 12:36
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from 9cd5480 to f37c291 Compare December 5, 2025 18:15
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from b72e5e6 to 85cc97c Compare December 17, 2025 02:06
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from 93d7f99 to 6ffc1e7 Compare January 13, 2026 05:09
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from 6950552 to 6f30b25 Compare January 26, 2026 20:34
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from e0b173e to 7606d8c Compare February 5, 2026 21:05
@renovate
renovate Bot force-pushed the renovate/all branch 2 times, most recently from c6b1f6d to 5970dcf Compare February 20, 2026 05:02
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from 588eb31 to 63d8a3c Compare February 26, 2026 06:48
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from a34a5b6 to 7524809 Compare March 5, 2026 20:41
@renovate renovate Bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Mar 12, 2026
@renovate renovate Bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Mar 13, 2026
@renovate
renovate Bot force-pushed the renovate/all branch 4 times, most recently from c6a2ad7 to 22635a1 Compare March 21, 2026 21:32
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants