Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v4.1.1 -> v5.0.0 age adoption passing confidence
actions/dependency-review-action action minor v4.2.5 -> v4.7.3 age adoption passing confidence
actions/setup-go action major v5.0.0 -> v6.0.0 age adoption passing confidence
github.com/golangci/golangci-lint require major v1.57.2 -> v2.4.0 age adoption passing confidence
github/codeql-action action minor v3.24.10 -> v3.30.3 age adoption passing confidence
go (source) toolchain minor 1.22.2 -> 1.25.1 age adoption passing confidence
golang.org/x/tools require minor v0.20.0 -> v0.37.0 age adoption passing confidence
mvdan.cc/gofumpt require minor v0.6.0 -> v0.9.1 age adoption passing confidence
step-security/harden-runner action minor v2.7.0 -> v2.13.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

Compare Source

What's Changed
New Contributors

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

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598
actions/dependency-review-action (actions/dependency-review-action)

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

v4.5.0

Compare Source

What's Changed

New Contributors

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

v4.4.0

Compare Source

What's Changed

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

v4.3.5

Compare Source

What's Changed

New Contributors

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

v4.3.4

Compare Source

What's Changed

  • Include all added dependencies in scorecard entries by @​elireisman in #​783
  • Update SPDX Expression Parsing by @​febuiles in #​719
    • This PR is a significant refactor of SPDX expression parsing that may fix some bugs, but unfortunately there are several related known issues that remain unresolved as of this version.

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

v4.3.3: Notes for v4.3.3

Compare Source

What's Changed

New Contributors

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

v4.3.2

Compare Source

What's Changed

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

v4.3.1

Compare Source

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See #​753.

Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1

v4.3.0

Compare Source

New Features

  • The deny-packages option can now be used without a version number to exclude all versions of a package.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0

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

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

Compare Source

What's Changed
Bug fixes:
Dependency updates:
New Contributors

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

v5.4.0

Compare Source

What's Changed
Dependency updates :
New Contributors

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

v5.3.0

Compare Source

What's Changed

New Contributors

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

v5.2.0

Compare Source

What's Changed

  • Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @​Shegox in #​496

New Contributors

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

v5.1.0

Compare Source

What's Changed

  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​500
  • Upgrade IA Publish by @​Jcambass in #​502
  • Add architecture to cache key by @​Zxilly in #​493
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Enhance workflows and Upgrade micromatch Dependency by @​priyagupta108 in #​510

Bug Fixes

New Contributors

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

v5.0.2

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

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

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

golangci/golangci-lint (github.com/golangci/golangci-lint)

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

v2.3.0

Compare Source

  1. Linters new features or changes
    • ginkgolinter: from 0.19.1 to 0.20.0 (new option: force-assertion-description)
    • iface: from 1.4.0 to 1.4.1 (report message improvements)
    • noctx: from 0.3.4 to 0.3.5 (new detections: log/slog, exec, crypto/tls)
    • revive: from 1.10.0 to 1.11.0 (new rule: enforce-switch-style)
    • wsl: from 5.0.0 to 5.1.0
  2. Linters bug fixes
    • gosec: from 2.22.5 to 2.22.6
    • noinlineerr: from 1.0.4 to 1.0.5
    • sloglint: from 0.11.0 to 0.11.1
  3. Misc.
    • fix: panic close of closed channel

v2.2.2

Compare Source

  1. Linters bug fixes
    • noinlineerr: from 1.0.3 to 1.0.4
  2. Documentation
    • Improve debug keys documentation
  3. Misc.
    • fix: panic close of closed channel
    • godot: add noinline value into the JSONSchema

v2.2.1

Compare Source

  1. Linters bug fixes
  • varnamelen: fix configuration

v2.2.0

Compare Source

  1. New linters
  2. Linters new features or changes
    • errcheck: add verbose option
    • funcorder: from 0.2.1 to 0.5.0 (new option alphabetical)
    • gomoddirectives: from 0.6.1 to 0.7.0 (new option ignore-forbidden)
    • iface: from 1.3.1 to 1.4.0 (new option unexported)
    • noctx: from 0.1.0 to 0.3.3 (new report messages, and new rules related to database/sql)
    • noctx: from 0.3.3 to 0.3.4 (new SQL functions detection)
    • revive: from 1.9.0 to 1.10.0 (new rules: time-date, unnecessary-format, use-fmt-print)
    • usestdlibvars: from 1.28.0 to 1.29.0 (new option time-date-month)
    • wsl: deprecation
    • wsl_v5: from 4.7.0 to 5.0.0 (major version with new configuration)
  3. Linters bug fixes
    • dupword: from 0.1.3 to 0.1.6
    • exptostd: from 0.4.3 to 0.4.4
    • forbidigo: from 1.6.0 to 2.1.0
    • gci: consistently format the code
    • go-spancheck: from 0.6.4 to 0.6.5
    • goconst: from 1.8.1 to 1.8.2
    • gosec: from 2.22.3 to 2.22.4
    • gosec: from 2.22.4 to 2.22.5
    • makezero: from 1.2.0 to 2.0.1
    • misspell: from 0.6.0 to 0.7.0
    • usetesting: from 0.4.3 to 0.5.0
  4. Misc.
    • exclusions: fix path-expect
    • formatters: write the input to stdout when using stdin and there are no changes
    • migration: improve the error message when trying to migrate a migrated config
    • typecheck: deduplicate errors
    • typecheck: stops the analysis after the first error
    • Deprecate print-resources-usage flag
    • Unique version per custom build
  5. Documentation
    • Improves typecheck FAQ
    • Adds plugin systems recommendations
    • Add description for linters.default sets

v2.1.6

Compare Source

  1. Linters bug fixes
    • godot: from 1.5.0 to 1.5.1
    • musttag: from 0.13.0 to 0.13.1
  2. Documentation
    • Add note about golangci-lint v2 integration in VS Code

v2.1.5

Compare Source

Due to an error related to Snapcraft, some artifacts of the v2.1.4 release have not been published.

This release contains the same things as v2.1.3.

v2.1.4

Compare Source

Due to an error related to Snapcraft, some artifacts of the v2.1.3 release have not been published.

This release contains the same things as v2.1.3.

v2.1.3

Compare Source

  1. Linters bug fixes
    • fatcontext: from 0.7.2 to 0.8.0
  2. Misc.
    • migration: fix nakedret.max-func-lines: 0
    • migration: fix order of staticcheck settings
    • fix: add go.mod hash to the cache salt
    • fix: use diagnostic position for related information position

v2.1.2

Compare Source

  1. Linters bug fixes
    • exptostd: from 0.4.2 to 0.4.3
    • gofumpt: from 0.7.0 to 0.8.0
    • protogetter: from 0.3.13 to 0.3.15
    • usetesting: from 0.4.2 to 0.4.3

v2.1.1

Compare Source

The release process of v2.1.0 failed due to a regression inside goreleaser.

The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Docker, etc.).

v2.1.0

Compare Source

  1. Enhancements
    • Add an option to display absolute paths (--path-mode=abs)
    • Add configuration path placeholder (${config-path})
    • Add warn-unused option for fmt command
    • Colored diff for fmt command (golangci-lint fmt --diff-colored)
  2. New linters
  3. Linters new features or changes
    • go-errorlint: from 1.7.1 to 1.8.0 (automatic error comparison and type assertion fixes)
    • ⚠️ goconst: ignore-strings is deprecated and replaced by ignore-string-values
    • goconst: from 1.7.1 to 1.8.1 (new options: find-duplicates, eval-const-expressions)
    • govet: add httpmux analyzer
    • nilnesserr: from 0.1.2 to 0.2.0 (detect more cases)

Configuration

📅 Schedule: 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.25.0 chore(deps): update github/codeql-action action to v3.25.1 Apr 17, 2024
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.25.1 chore(deps): update all dependencies Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from cc906c6 to e3a956f Compare April 30, 2024 23:24
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 77cd525 to 2337ee7 Compare May 9, 2024 05:25
@renovate renovate bot force-pushed the renovate/all branch from 2337ee7 to 3c756dc Compare May 14, 2024 05:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e284f6a to d3c0cea Compare May 27, 2024 17:43
@renovate renovate bot force-pushed the renovate/all branch from d3c0cea to 646c02a Compare June 1, 2024 08:48
Copy link
Author

renovate bot commented Jun 5, 2024

ℹ Artifact update notice

File name: hack/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):

  • 96 additional dependencies were updated

Details:

Package Change
4d63.com/gocheckcompilerdirectives v1.2.1 -> v1.3.0
4d63.com/gochecknoglobals v0.2.1 -> v0.2.2
github.com/4meepo/tagalign v1.3.3 -> v1.4.3
github.com/Abirdcfly/dupword v0.0.14 -> v0.1.6
github.com/Antonboom/errname v0.1.12 -> v1.1.0
github.com/Antonboom/nilnil v0.1.7 -> v1.1.0
github.com/Antonboom/testifylint v1.2.0 -> v1.6.1
github.com/BurntSushi/toml v1.3.2 -> v1.5.0
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 -> v2.2.1
github.com/alecthomas/go-check-sumtype v0.1.4 -> v0.3.1
github.com/alexkohler/nakedret/v2 v2.0.4 -> v2.0.6
github.com/bkielbasa/cyclop v1.2.1 -> v1.2.3
github.com/bombsimon/wsl/v4 v4.2.1 -> v4.7.0
github.com/breml/bidichk v0.2.7 -> v0.3.3
github.com/breml/errchkjson v0.3.6 -> v0.4.1
github.com/butuzov/ireturn v0.3.0 -> v0.4.0
github.com/butuzov/mirror v1.1.0 -> v1.3.0
github.com/catenacyber/perfsprint v0.7.1 -> v0.9.1
github.com/ccojocar/zxcvbn-go v1.0.2 -> v1.0.4
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/ckaznocha/intrange v0.1.1 -> v0.3.1
github.com/curioswitch/go-reassign v0.2.0 -> v0.3.0
github.com/daixiang0/gci v0.12.3 -> v0.13.7
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/firefart/nonamedreturns v1.0.4 -> v1.0.6
github.com/ghostiam/protogetter v0.3.5 -> v0.3.15
github.com/go-critic/go-critic v0.11.2 -> v0.13.0
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 -> v2.4.0
github.com/go-xmlfmt/xmlfmt v1.1.2 -> v1.1.3
github.com/gofrs/flock v0.8.1 -> v0.12.1
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a -> v0.0.0-20250308024227-f665c8d69b32
github.com/golangci/gofmt v0.0.0-20231018234816-f50ced29576e -> v0.0.0-20250106114630-d62b90e6713d
github.com/golangci/misspell v0.4.1 -> v0.7.0
github.com/golangci/plugin-module-register v0.1.1 -> v0.1.2
github.com/golangci/revgrep v0.5.2 -> v0.8.0
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed -> v0.0.0-20250410112200-a129a6e6413e
github.com/google/go-cmp v0.6.0 -> v0.7.0
github.com/gostaticanalysis/comment v1.4.2 -> v1.5.0
github.com/gostaticanalysis/forcetypeassert v0.1.0 -> v0.2.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/jgautheron/goconst v1.7.1 -> v1.8.2
github.com/jjti/go-spancheck v0.5.3 -> v0.6.5
github.com/julz/importas v0.1.0 -> v0.2.0
github.com/karamaru-alpha/copyloopvar v1.0.10 -> v1.2.1
github.com/kisielk/errcheck v1.7.0 -> v1.9.0
github.com/kkHAIKE/contextcheck v1.1.5 -> v1.1.6
github.com/kunwardeep/paralleltest v1.0.10 -> v1.0.14
github.com/ldez/gomoddirectives v0.2.4 -> v0.7.0
github.com/ldez/tagliatelle v0.5.0 -> v0.7.1
github.com/leonklingele/grouper v1.1.1 -> v1.1.2
github.com/macabu/inamedparam v0.1.3 -> v0.2.0
github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 -> v1.1.0
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mattn/go-runewidth v0.0.14 -> v0.0.16
github.com/mgechev/revive v1.3.7 -> v1.11.0
github.com/moricho/tparallel v0.3.1 -> v0.3.2
github.com/nunnatsa/ginkgolinter v0.16.2 -> v0.20.0
github.com/pelletier/go-toml/v2 v2.2.0 -> v2.2.4
github.com/polyfloyd/go-errorlint v1.4.8 -> v1.8.0
github.com/quasilyte/go-ruleguard v0.4.2 -> v0.4.4
github.com/rivo/uniseg v0.4.3 -> v0.4.7
github.com/ryancurrah/gomodguard v1.3.1 -> v1.4.1
github.com/sanposhiho/wastedassign/v2 v2.0.7 -> v2.1.0
github.com/sashamelentyev/usestdlibvars v1.25.0 -> v1.29.0
github.com/securego/gosec/v2 v2.19.0 -> v2.22.7
github.com/sonatard/noctx v0.0.2 -> v0.4.0
github.com/spf13/afero v1.11.0 -> v1.14.0
github.com/spf13/cobra v1.7.0 -> v1.9.1
github.com/spf13/pflag v1.0.5 -> v1.0.7
github.com/stbenjam/no-sprintf-host-port v0.1.1 -> v0.2.0
github.com/stretchr/testify v1.9.0 -> v1.10.0
github.com/tdakkota/asciicheck v0.2.0 -> v0.4.1
github.com/tetafro/godot v1.4.16 -> v1.5.1
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 -> v0.0.0-20241222091800-1db5c5ca4d67
github.com/timonwong/loggercheck v0.9.4 -> v0.11.0
github.com/tomarrell/wrapcheck/v2 v2.8.3 -> v2.11.0
github.com/ultraware/funlen v0.1.0 -> v0.2.0
github.com/ultraware/whitespace v0.1.0 -> v0.2.0
github.com/uudashr/gocognit v1.1.2 -> v1.2.0
github.com/xen0n/gosmopolitan v1.2.2 -> v1.3.0
github.com/yeya24/promlinter v0.2.0 -> v0.3.0
gitlab.com/bosi/decorder v0.4.1 -> v0.4.2
go-simpler.org/musttag v0.9.0 -> v0.13.1
go-simpler.org/sloglint v0.5.0 -> v0.11.1
go.uber.org/automaxprocs v1.5.3 -> v1.6.0
go.uber.org/multierr v1.9.0 -> v1.10.0
go.uber.org/zap v1.24.0 -> v1.27.0
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f -> v0.0.0-20250620022241-b7579e27df2b
golang.org/x/mod v0.17.0 -> v0.28.0
golang.org/x/sync v0.7.0 -> v0.17.0
golang.org/x/sys v0.19.0 -> v0.36.0
golang.org/x/text v0.14.0 -> v0.27.0
google.golang.org/protobuf v1.33.0 -> v1.36.6
honnef.co/go/tools v0.4.7 -> v0.6.1
mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14 -> v0.0.0-20250301125049-0df0534333a4

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1ce49b1 to 9dbea1b Compare June 10, 2024 08:01
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2df9e29 to 2414e28 Compare July 2, 2024 20:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 898e771 to 7bed420 Compare July 12, 2024 18:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bd4aab1 to e928e31 Compare July 26, 2024 02:29
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e80c830 to a4905f4 Compare August 14, 2024 05:41
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b9f01f8 to 4e3a635 Compare April 1, 2025 20:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bb20787 to 8ffa7a4 Compare April 13, 2025 11:49
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b07217f to 089383e Compare April 23, 2025 23:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7e98a80 to 24ae407 Compare May 3, 2025 07:54
@renovate renovate bot force-pushed the renovate/all branch from 24ae407 to 6163103 Compare May 9, 2025 20:18
@renovate renovate bot force-pushed the renovate/all branch from 6163103 to 9d845f9 Compare May 17, 2025 07:42
@renovate renovate bot force-pushed the renovate/all branch from 9d845f9 to ba1bf2e Compare June 6, 2025 11:47
@renovate renovate bot force-pushed the renovate/all branch from b482390 to fbdbdeb Compare July 5, 2025 08:08
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a18b97c to 261592f Compare August 8, 2025 03:14
Copy link

socket-security bot commented Aug 8, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang.org/​x/​tools@​v0.20.0 ⏵ v0.37.073 +1100100100100
Addedgithub.com/​golangci/​golangci-lint/​v2@​v2.4.07410010010070
Updatedmvdan.cc/​gofumpt@​v0.6.0 ⏵ v0.9.199 +1100100100100

View full report

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from aa4b3b0 to 9a7012f Compare August 15, 2025 19:35
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 0cc89b9 to 507840e Compare September 6, 2025 14:50
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