Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action minor v4.2.2 -> v4.3.0 age confidence
github.com/alexflint/go-arg require minor v1.5.1 -> v1.6.0 age confidence
github.com/docker/docker require minor v28.3.2+incompatible -> v28.4.0+incompatible age confidence
github.com/nullify-platform/logger require minor v1.26.1 -> v1.27.8 age confidence
github.com/stretchr/testify require minor v1.10.0 -> v1.11.1 age confidence
go (source) toolchain minor 1.24.2 -> 1.25.1 age confidence
golangci/golangci-lint stage minor v2.3.0 -> v2.5.0 age confidence
hadolint/hadolint final minor 2.12.0 -> v2.14.0 age confidence
hadolint/hadolint-action action minor v3.1.0 -> v3.3.0 age confidence
ossf/scorecard-action action patch v2.4.1 -> v2.4.3 age confidence

Release Notes

actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

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

alexflint/go-arg (github.com/alexflint/go-arg)

v1.6.0

Compare Source

Hey friends, here is the latest go-arg. What fun. I enjoy maintaining this library a lot. Lots of contributions from new contributors since last release -- check out new contributors section below. Very impressive work everyone.

I'm working on completions support for this library. It's going to be a separate library, in a separate repository, that will (if all goes according to plan) be a general-purpose cross-language cross-shell completion-support binary. I'll then add some options in this library to make use of that project, probably mostly in the form of documentation and examples rather than any significant changes to default behavior. If you'd like to give input on any of that, please reach out via email (see email address in my github profile).

As always, sorry for all the open issues and un-merged PRs!

What's Changed

New Contributors

Full Changelog: alexflint/go-arg@v1.6.0...v1.5.2

docker/docker (github.com/docker/docker)

v28.4.0+incompatible

Compare Source

v28.3.3+incompatible

Compare Source

nullify-platform/logger (github.com/nullify-platform/logger)

v1.27.8

Compare Source

What's Changed

Full Changelog: Nullify-Platform/Logger@v1.27.7...v1.27.8

v1.27.7

Compare Source

What's Changed

Full Changelog: Nullify-Platform/Logger@v1.27.6...v1.27.7

v1.27.6

Compare Source

What's Changed

Full Changelog: Nullify-Platform/Logger@v1.27.5...v1.27.6

v1.27.5

Compare Source

What's Changed

Full Changelog: Nullify-Platform/Logger@v1.27.4...v1.27.5

v1.27.4

Compare Source

What's Changed

Full Changelog: Nullify-Platform/Logger@v1.27.3...v1.27.4

v1.27.3

Compare Source

What's Changed

Full Changelog: Nullify-Platform/Logger@v1.27.2...v1.27.3

v1.27.2

Compare Source

What's Changed

Full Changelog: Nullify-Platform/Logger@v1.27.1...v1.27.2

v1.27.1

Compare Source

What's Changed

Full Changelog: Nullify-Platform/Logger@v1.27.0...v1.27.1

v1.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: Nullify-Platform/Logger@v1.26.1...v1.27.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

golang/go (go)

v1.25.1

v1.25.0

v1.24.7

v1.24.6

v1.24.5

v1.24.4

v1.24.3

golangci/golangci-lint (golangci/golangci-lint)

v2.5.0

Compare Source

  1. New linters
  2. Linters new features or changes
    • embeddedstructfieldcheck: from 0.3.0 to 0.4.0 (new option: empty-line)
    • err113: from aea10b5 to 0.1.1 (skip internals of Is methods for error type)
    • ginkgolinter: from 0.20.0 to 0.21.0 (new option: force-tonot)
    • gofumpt: from 0.8.0 to 0.9.1 (new rule is to "clothe" naked returns for the sake of clarity)
    • ineffassign: from 0.1.0 to 0.2.0 (new option: check-escaping-errors)
    • musttag: from 0.13.1 to 0.14.0 (support interface methods)
    • revive: from 1.11.0 to 1.12.0 (new options: identical-ifelseif-branches, identical-ifelseif-conditions, identical-switch-branches, identical-switch-conditions, package-directory-mismatch, unsecure-url-scheme, use-waitgroup-go, useless-fallthrough)
    • thelper: from 0.6.3 to 0.7.1 (skip t.Helper in functions passed to synctest.Test)
    • wsl: from 5.1.1 to 5.2.0 (improvements related to subexpressions)
  3. Linters bug fixes
    • asciicheck: from 0.4.1 to 0.5.0
    • errname: from 1.1.0 to 1.1.1
    • fatcontext: from 0.8.0 to 0.8.1
    • go-printf-func-name: from 0.1.0 to 0.1.1
    • godot: from 1.5.1 to 1.5.4
    • gosec: from 2.22.7 to 2.22.8
    • nilerr: from 0.1.1 to a temporary fork
    • nilnil: from 1.1.0 to 1.1.1
    • protogetter: from 0.3.15 to 0.3.16
    • tagliatelle: from 0.7.1 to 0.7.2
    • testifylint: from 1.6.1 to 1.6.4
  4. Misc.
    • fix: "no export data" errors are now handled as a standard typecheck error
  5. Documentation
    • Improve nolint section about syntax

v2.4.0

Compare Source

  1. Enhancements
    • 🎉 go1.25 support
  2. Linters new features or changes
    • exhaustruct: from v3.3.1 to 4.0.0 (new options: allow-empty, allow-empty-rx, allow-empty-returns, allow-empty-declarations)
  3. Linters bug fixes
    • godox: trim filepath from report messages
    • staticcheck: allow empty options
    • tagalign: from 1.4.2 to 1.4.3
  4. Documentation
    • 🌟 New website (with a search engine)

v2.3.1

Compare Source

  1. Linters bug fixes
    • gci: from 0.13.6 to 0.13.7
    • gosec: from 2.22.6 to 2.22.7
    • noctx: from 0.3.5 to 0.4.0
    • wsl: from 5.1.0 to 5.1.1
    • tagliatelle: force upper case for custom initialisms
hadolint/hadolint (hadolint/hadolint)

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: hadolint/hadolint@v2.13.1...v2.14.0

v2.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: hadolint/hadolint@v2.12.0...v2.13.1

hadolint/hadolint-action (hadolint/hadolint-action)

v3.3.0

Compare Source

Features
  • trigger release workflow (2332a7b)

v3.2.0

Compare Source

Features
ossf/scorecard-action (ossf/scorecard-action)

v2.4.3

Compare Source

v2.4.2

Compare Source

What's Changed

This update bumps the Scorecard version to the v5.2.1 release. For a complete list of changes, please refer to the Scorecard v5.2.0 and v5.2.1 release notes.

Full Changelog: ossf/scorecard-action@v2.4.1...v2.4.2


Configuration

📅 Schedule: Branch creation - Between 08:00 AM and 08:59 AM, on day 1 of the month ( * 8 1 * * ) in timezone Australia/Sydney, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the patch Patch version updates (fixes) label Sep 30, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Sep 30, 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):

  • 36 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-lambda-go v1.47.0 -> v1.49.0
github.com/aws/aws-sdk-go-v2 v1.32.8 -> v1.38.3
github.com/aws/aws-sdk-go-v2/config v1.28.10 -> v1.31.6
github.com/aws/aws-sdk-go-v2/credentials v1.17.51 -> v1.18.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23 -> v1.18.6
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.27 -> v1.4.6
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.27 -> v2.7.6
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 -> v1.8.3
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 -> v1.13.1
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.8 -> v1.13.6
github.com/aws/aws-sdk-go-v2/service/sns v1.33.10 -> v1.38.1
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.6 -> v1.42.3
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.4 -> v1.64.2
github.com/aws/aws-sdk-go-v2/service/sso v1.24.9 -> v1.29.1
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.8 -> v1.34.2
github.com/aws/aws-sdk-go-v2/service/sts v1.33.6 -> v1.38.2
github.com/aws/smithy-go v1.22.1 -> v1.23.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.2
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
go.opentelemetry.io/otel v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.1
golang.org/x/net v0.35.0 -> v0.43.0
golang.org/x/sys v0.30.0 -> v0.35.0
golang.org/x/text v0.22.0 -> v0.28.0
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/grpc v1.71.0 -> v1.75.0
google.golang.org/protobuf v1.36.5 -> v1.36.8

@tim-thacker-nullify tim-thacker-nullify added this pull request to the merge queue Sep 30, 2025
Merged via the queue into main with commit ce12d45 Sep 30, 2025
6 checks passed
@tim-thacker-nullify tim-thacker-nullify deleted the renovate/dependencies branch September 30, 2025 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version updates (fixes)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants