Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action minor v4.2.4v4.3.0 age confidence
actions/checkout (changelog) action digest 11bd71934e1148
actions/checkout action minor v4.2.2v4.3.1 age confidence
actions/dependency-review-action action minor v4.5.0v4.9.0 age confidence
actions/setup-go (changelog) action digest 93397be7b8cf10
actions/upload-artifact action patch v3.2.1v3.2.2 age confidence
dario.cat/mergo require patch v1.0.1v1.0.2 age confidence
docker/login-action (changelog) action digest 9780b0cc94ce9f
docker/setup-qemu-action (changelog) action digest 49b3bc8c7c5346
github.com/knadh/koanf/v2 require minor v2.1.2v2.3.4 age confidence
github.com/stretchr/testify require minor v1.9.0v1.11.1 age confidence
github/codeql-action action minor v2.27.4v2.28.1 age confidence
github/codeql-action (changelog) action digest 5b62e7ab8d3b6e
go (source) toolchain minor 1.23.31.26.2 age confidence
golangci/golangci-lint-action action minor v6.1.1v6.5.2 age confidence
k8s.io/apimachinery require minor v0.31.2v0.36.0 age confidence
k8s.io/kube-openapi require digest 32ad38eb7f5293 age confidence
ossf/scorecard-action action patch v2.4.0v2.4.3 age confidence
renovate/renovate docker digest 213766a80b071e
sigs.k8s.io/kustomize/kyaml require minor v0.18.1v0.21.1 age confidence
sigstore/cosign-installer action pinDigest b5e753a
step-security/harden-runner action minor v2.10.1v2.19.1 age confidence
ubuntu final digest 278628fc4a8d55

Release Notes

actions/cache (actions/cache)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

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

v4.3.0

Compare Source

What's Changed
New Contributors

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

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

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

v4.7.1

Compare Source

  • Packages added to allow-dependencies-licenses will be allowed even if the package in question has no license information #​889
  • License expressions (e.g. Ruby OR GPL-2.0) in the allow list are automatically discarded so that they don't invalidate the whole allow list, which should just be license identifier (e.g. Ruby)

v4.7.0

Compare Source

  • Handle complex license expressions (e.g. MIT AND GPL-2.0) in allow lists (fixes #​809 and probably others)
  • Replace OTHER in package licenses with LicenseRef-clearlydefined-OTHER so that parsing passes

v4.6.0

Compare Source

What's Changed

New Contributors

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

actions/upload-artifact (actions/upload-artifact)

v3.2.2

Compare Source

v3.2.2 - What's new

[!Important]
actions/upload-artifact@​v3.2.2 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

This is a backport security updates release for GHES users. This version is deprecated on github.com and should not be used!

Node.js 24

This release updates the runtime to Node.js 24. The previous v3.2.1 ran on Node.js 16, which has reached end-of-life. Now this action will run on Node.js 24.

Pin your workflows to: https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20 which is available if you're still in the process of phasing out Node 20.

What's Changed

Full Changelog: actions/upload-artifact@v3.2.1...v3.2.2

imdario/mergo (dario.cat/mergo)

v1.0.2

Compare Source

What's Changed

  • Drops gopkg.in/yaml.v3, only used for loading fixtures. Thanks @​trim21 for bringing to my attention (#​262) that this library is no longer maintained.

Full Changelog: darccio/mergo@v1.0.1...v1.0.2

knadh/koanf (github.com/knadh/koanf/v2)

v2.3.4

Compare Source

What's Changed

  • Bump github.com/nats-io/nats-server/v2 from 2.10.27 to 2.11.12 in /providers/nats by @​dependabot[bot] in #​400
  • Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /providers/kiln by @​dependabot[bot] in #​399
  • Bump google.golang.org/grpc from 1.71.1 to 1.79.3 in /providers/etcd by @​dependabot[bot] in #​405
  • fix: hold RLock during copy in Get to prevent concurrent map access by @​alexchenai in #​406
  • Add ability to check for prior values in cliflagv3.ProviderWithConfig() just like posflag by @​knadh in #​403

New Contributors

Full Changelog: knadh/koanf@v2.3.3...v2.3.4

v2.3.3

Compare Source

What's Changed

  • Fix deadlock in recursive Get*() calls in custom merge function. 2f44276
  • Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /examples by @​dependabot[bot] in #​398

Full Changelog: knadh/koanf@v2.3.2...v2.3.3

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.2.2...v2.3.0

v2.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.2.0...v2.2.1

v2.2.0

Compare Source

This release sets the min required Go version to v1.23.0

An increasing number of important updates to various deps, including golang.org/x/*, require go >= 1.23.0. It is now untenable
to maintain support for older Go versions. This does not break existing installations, just that further updates will only be available to newer Go versions.

What's Changed

New Contributors

Full Changelog: knadh/koanf@v2.1.2...v2.2.0

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

v1.10.0

Compare Source

What's Changed
Functional Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 04:00 AM and 04:59 AM, on day 1 and 16 of the month (* 4 1,16 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 1, 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):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/go-openapi/swag v0.23.0 -> v0.25.4
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
golang.org/x/net v0.28.0 -> v0.49.0
golang.org/x/sys v0.23.0 -> v0.40.0
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 -> v0.0.0-20260210185600-b8788abfbbc2
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20250730193827-2d320260d730
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate renovate Bot force-pushed the renovate/all-minor-patch-digest-pin branch 15 times, most recently from a294b1a to 4501660 Compare January 9, 2026 16:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch-digest-pin branch 11 times, most recently from 31cdf47 to ae9c57b Compare January 13, 2026 16:44
@renovate renovate Bot force-pushed the renovate/all-minor-patch-digest-pin branch 19 times, most recently from 5795a8b to 96bd8b1 Compare January 22, 2026 20:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch-digest-pin branch 10 times, most recently from 9e22c3e to 353aee3 Compare January 26, 2026 14:46
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