fix(deps): update all non-major dependencies - #181
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (38.71%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #181 +/- ##
=======================================
Coverage 38.71% 38.71%
=======================================
Files 7 7
Lines 421 421
=======================================
Hits 163 163
Misses 244 244
Partials 14 14 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
June 2, 2026 16:33
ec6a820 to
6b2587e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
June 8, 2026 23:35
899deba to
86fbeae
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
6 times, most recently
from
June 14, 2026 16:31
a734dc8 to
039d385
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
June 16, 2026 17:58
82f5521 to
cee7640
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
June 28, 2026 14:42
1d316b6 to
2579c5c
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
July 8, 2026 15:43
4e89f39 to
a9ab755
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
July 22, 2026 10:29
e205082 to
df998e7
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
August 4, 2026 19:10
c343efd to
4a28c6a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
August 13, 2026 19:11
793ea60 to
c8b1455
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
August 19, 2026 16:58
f237424 to
aba43e1
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
August 21, 2026 14:05
aba43e1 to
23936aa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.0.2→v6.1.0v6.4.0→v6.5.03.23.4→3.24.13.23.4→3.24.1v5.5.4→v5.5.5v0.28.6→v0.28.8v1.9.4→v1.10.1v3.9.0→v3.11.0v4.36.0→v4.37.8Release Notes
actions/checkout (actions/checkout)
v6.1.0Compare Source
v6.0.3Compare Source
actions/setup-go (actions/setup-go)
v6.5.0Compare Source
codecov/codecov-action (codecov/codecov-action)
v5.5.5Compare Source
This release only contains the keybase.io change as described here.
Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5
go-vela/server (github.com/go-vela/server)
v0.28.8Compare Source
What's Changed
Full Changelog: go-vela/server@v0.28.7...v0.28.8
v0.28.7Compare Source
What's Changed
Full Changelog: go-vela/server@v0.28.6...v0.28.7
sirupsen/logrus (github.com/sirupsen/logrus)
v1.10.1Compare Source
Logrus v1.10.1
This patch release fixes two issues in field formatting and handling:
TextFormattercould panicwhen formatting nil or panicking
errorandfmt.Stringervalues.errorto be used withWithError,WithField, andWithFields.Dependency Changes
Full Changelog: sirupsen/logrus@v1.10.0...v1.10.1
v1.10.0Compare Source
Logrus v1.10.0
This release focuses on substantial performance improvements, concurrency correctness, and better interoperability with modern Go logging APIs.
🚀 Performance
Major improvements across
TextFormatter, entry handling, and common logger paths:WithErroris ~40% fasterTextFormatterpaths are up to ~40% fasterTextFormattercases, with the largest reductions in colored outputThe improvements also show up in complete logger paths:
TextFormatteris ~31% faster, with ~24% fewer allocationsJSONFormatteris ~21% faster, with ~10% fewer allocationsJSONFormatteritself remains largely unchanged in runtime performance, with small allocation reductions.🔄
log/sloginteroperabilityv1.10 adds bidirectional interoperability between Logrus and Go's
log/slog:sloghook can forward existing Logrus entries to ansloglogger.hooks/slog.NewHandlerimplementsslog.Handler, allowinglog/slogrecords to use an existing Logrus logger and its hooks, formatter, and output.ReportCalleroption.sloglevels can be mapped to Logrus levels.log/slogwithout requiring an all-at-once transition.This allows applications to migrate their logging API and logging backend independently: existing Logrus call sites can start using an
slogbackend, while newslogcode can continue using an established Logrus setup.🔒 Concurrency & Correctness
MarshalJSONor formatter code.Log,Logf,Logln, andLogFnmethods unexpectedly panicking when called withPanicLevel, contrary to their documented behavior.➕ Added
TextFormatternow automatically enables colors on Windows terminals with ANSI support, matching behavior on other platforms.Entry.Callercan now be set explicitly and is preserved across derived entries. When caller reporting is enabled, Logrus only detects and populates caller information when none was provided, allowing custom caller detection and wrapper-aware logging without adding additional caller configuration APIs.TextFormatternow renders[]byteas raw/quoted strings instead of numeric slices.If you relied on the previous slice-of-ints output, convert explicitly before logging.
TextFormatternow uses dim cyan for debug output and dim white for trace output in colorized TTY output.Entry.HasCalleris now deprecated in favor of checkingEntry.Callerdirectly. A//go:fix inlinedirective was added so existing uses can be updated automatically.MutexWrap, which was unintentionally exposed as public API, is deprecated. It remains available as an alias for compatibility but should not be used directly.v1.10 is primarily a performance, correctness, and interoperability release with no intentional breaking public API changes.
Benchmarks (sampled at 457e372460c7a80ca7c800b51ebeee5362aaa180)
Full Changelog: sirupsen/logrus@v1.9.4...v1.10.0
urfave/cli (github.com/urfave/cli/v3)
v3.11.0Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.10.1...v3.11.0
v3.10.1Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v3.10.0...v3.10.1
v3.10.0Compare Source
What's Changed
Full Changelog: urfave/cli@v3.9.1...v3.10.0
v3.9.1Compare Source
What's Changed
Full Changelog: urfave/cli@v3.9.0...v3.9.1
github/codeql-action (github/codeql-action)
v4.37.8Compare Source
v4.37.7Compare Source
v4.37.6Compare Source
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #4070v4.37.5Compare Source
initAction instead of falling back to downloading the bundle before extracting it. #4061v4.37.4Compare Source
v4.37.3Compare Source
No user facing changes.
v4.37.2Compare Source
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023v4.37.1Compare Source
v4.37.0Compare Source
config-fileinput for thecodeql-action/initstep will soon support a new[owner/]repo[@ref][:path]format. All components except the repository name are optional. If omitted,ownerdefaults to the same owner as the repository the analysis is running for,reftomain, andpathto.github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973v4.36.3Compare Source
No user facing changes.
v4.36.2Compare Source
v4.36.1Compare Source
No user facing changes.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.