fix(deps): update all non-major dependencies - #77
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
July 30, 2025 19:54
ac4a695 to
2e31ac2
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
2 times, most recently
from
August 4, 2025 15:53
059a60d to
502d485
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
8 times, most recently
from
August 12, 2025 13:52
24680d9 to
058fbd7
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
August 21, 2025 23:36
131dd01 to
ad9f685
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
September 5, 2025 13:11
b7a1abb to
ca28efc
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
September 10, 2025 21:13
02b0890 to
7e458d1
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
September 25, 2025 16:07
80696d2 to
e50cbd3
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
November 14, 2025 05:07
fb30c0e to
d64463d
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
November 19, 2025 12:37
90fc0e2 to
0f86d2b
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
November 24, 2025 12:44
0f86d2b to
b384fdc
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
December 3, 2025 20:53
93ad063 to
21e1c18
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
6 times, most recently
from
December 16, 2025 03:36
b5d118d to
4dd255e
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
December 18, 2025 09:30
cd85d9a to
f24a835
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
December 31, 2025 15:56
f24a835 to
a1551ca
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
January 18, 2026 05:49
47c4b0a to
6a6db8a
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
January 28, 2026 04:27
da8df9a to
1cf43f4
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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.3.0→v6.5.03.23.3→3.24.13.23.3→3.24.12.87.3→2.97.0v5.5.2→v5.5.58217e91v3.4.0→v3.5.0v0.27.5→v0.28.8v1.9.4→v1.10.1v3.7.0→v3.11.0v4.32.5→v4.37.7v2.8.0→v2.10.0Release Notes
actions/checkout (actions/checkout)
v6.1.0Compare Source
v6.0.3Compare Source
actions/setup-go (actions/setup-go)
v6.5.0Compare Source
v6.4.0Compare Source
What's Changed
Enhancement
Dependency update
Documentation update
New Contributors
Full Changelog: actions/setup-go@v6...v6.4.0
cli/cli (cli/cli)
v2.97.0: GitHub CLI 2.97.0Compare Source
Security
Four security vulnerabilities have been identified, and fixed, in this release. Users are advised to update gh to version
v2.97.0as soon as possible.Several commands (including
gh gist view,gh api,gh pr diff,gh release download --output -,gh codespace logs,gh skills preview, andgh agent-task view/create) printed externally controlled content without neutralizing terminal escape sequences, allowing escape sequence injection into a user's terminal.See GHSA-3m3g-3wcr-px46 for more information.
Some request URLs were built without escaping their variable path components, so a value containing URL path metacharacters could alter the request path and cause
ghto address a different resource than intended.See GHSA-4fjg-2h4q-fwg3 for more information.
gh auth status(without--show-token) could print a portion of the authentication token in plaintext for token types whose format contains an underscore after the prefix, such asgithub_pat_*,ghs_*, andghu_*.See GHSA-cg6r-mpgc-h9mm for more information.
gh attestation verifybuilt the certificate matcher from--signer-repoand--signer-workflowwithout escaping regex metacharacters, so a lookalike repository or workflow name could satisfy a matcher intended for a trusted signer and bypass attestation verification.See GHSA-mm27-mwq9-fr5g for more information.
Address project fields and items by name in
gh projectgh project item-editandgh project item-listcan now reference project fields and single-select options by name:What's Changed
✨ Features
gh project item-editby @zwick in #13807gh project item-listby @zwick in #13823gh skillagents by @tommaso-moro in #13987🐛 Fixes
📚 Docs & Chores
OWNER/REPOformat hint to thegh search --repoflag by @BagToad in #13922item-editas the first-class project flow in docs by @Solaris-star in #13927SITE_DEPLOY_PATwith the gh-cli-site-deployer App by @williammartin in #13492pkg/cmd/release/attestation/by @kobihikri in #13886ab275d0to309922bby @dependabot in #13878New Contributors
Full Changelog: cli/cli@v2.96.0...v2.97.0
v2.96.0: GitHub CLI 2.96.0Compare Source
Security
A security vulnerability has been identified, and fixed, that could allow command execution on a user's computer when connecting to a malicious Codespace via
gh codespace jupyter.Users of
gh codespace jupyterare advised to update gh to version v2.96.0 as soon as possible.For more information see: GHSA-8cg3-r6g9-fpg2
Download release assets without authentication
gh release downloadnow works against public repositories without authentication, matchinggh extension install. A token is still used when one is present:# Download assets from a public repository, no login required gh release download v2.96.0 --repo cli/cliWhat's Changed
✨ Features
gh release downloadwithout authentication on public repositories by @BagToad in #13723antigravity-cliandantigravity2.0ingh skillby @BagToad in #13784🐛 Fixes
~/.agents/skillsby @toller892 in #13681--dirwithout agent prompt by @happysnaker in #13766int64for GitHub database IDs by @williammartin in #13403📚 Docs & Chores
AGENTS.mdby @BagToad in #13720--cloneboolean flag behaviour ingh repo forkhelp by @BagToad in #13786TestHuhPrompterMultiSelectWithSearchPersistenceon slow architectures by @pdostal in #13675New Contributors
Full Changelog: cli/cli@v2.95.0...v2.96.0
v2.95.0: GitHub CLI 2.95.0Compare Source
Read repository files and directories with
gh repo read-fileandgh repo read-dirTwo new preview commands read repository contents without cloning:
Both commands default to the repository's default branch, accept
--refto target any branch, tag, or commit, and support--json,--jq, and--templatefor scripting. This makes it easy for agents and automation to inspect a repo without a full checkout.What's Changed
✨ Features
repo read-fileandrepo read-dirby @babakks in #13580🐛 Fixes
📚 Docs & Chores
Full Changelog: cli/cli@v2.94.0...v2.95.0
v2.94.0: GitHub CLI 2.94.0Compare Source
Issue types, sub-issues, and relationships in
gh issueThis release brings GitHub's advanced issue features to
gh issue create,edit,view, andlist. You can set and view an issue's type, organize work with sub-issues, and track blocked-by and blocking relationships without leaving the command line:Issue types and sub-issues are available on GitHub.com and GHES 3.17+; relationships require GHES 3.19+.
Manage discussions with
gh discussionThis release introduces the
discussioncommand set for working with GitHub Discussions ingh:Run
gh discussion --helpfor more information.Equip your agents with new
ghfeaturesTeach your agents how to leverage new GitHub CLI features on release day by installing the
ghskill:What's Changed
✨ Features
gh discussioncommand set (list,view,create,edit) as a preview by @babakks and @maxbeizer in #13541gh discussion commentto comment on and reply to discussions by @babakks in #13620gh skill listto inventory installed agent skills by @tommaso-moro in #13418--allflag togh skill installto install every skill in a repository by @tommaso-moro in #13471gh skill update --allby @tommaso-moro in #13469gh extension uninstalltogh extension removeby @BagToad in #13599🐛 Fixes
📚 Docs & Chores
gh discussionand Issues 2.0 reference to theghskill, plus a README note by @BagToad in #13631Full Changelog: cli/cli@v2.93.0...v2.94.0
v2.93.0: GitHub CLI 2.93.0Compare Source
Security
A security vulnerability has been identified, and fixed, that would incorrectly include authorization header in API requests to TUF repository mirrors via
gh attestation,gh release verify, andgh release verify-assetcommands.Users are advised to update
ghto versionv2.93.0as soon as possible.For more information see: GHSA-8xvp-7hj6-mcj9
Support agents in
gh secretcommand setThe
gh secretcommand set can now set agent secrets. For more information, see "Configuring secrets and variables for Copilot cloud agent".What's Changed
✨ Features
🐛 Fixes
gh auth refreshfor 401 returns by @333fred in #13068📚 Docs & Chores
gh copilottelemetry sampling to 100% by @williammartin in #13362New Contributors
Full Changelog: cli/cli@v2.92.0...v2.93.0
v2.92.0: GitHub CLI 2.92.0Compare Source
Security
A security vulnerability has been identified, and fixed, that could allow terminal escape sequence injection when users view GitHub Actions workflow logs using
gh run view --logorgh run view --log-failed.Users are advised to update gh to version v2.92.0 as soon as possible.
For more information see: GHSA-crc3-h8v6-qh57
Support GitHub Enterprise Cloud (GHEC) in
skillcommandsetNow
gh skillsubcommands (install,preview,publish,search,update) are able to work with GHEC hosts with data residency.Add
--allow-hidden-dirsflag toskill previewFollowing the addition of
--allow-hidden-dirstoskill installin the previous release, now the flag is also supported inskill preview, allowing users to preview skills located in hidden (dot-prefixed) directories such as.claude/skills/,.agents/skills/, and.github/skills/.What's Changed
✨ Features
🐛 Fixes
📚 Docs & Chores
New Contributors
Full Changelog: cli/cli@v2.91.0...v2.92.0
v2.91.0: GitHub CLI 2.91.0Compare Source
GitHub CLI now collects pseudonymous telemetry
To better understand how features are used in practice, especially as agentic adoption grows, GitHub CLI now sends pseudonymous telemetry.
See Telemetry for more details on what's collected, why, and how to opt out.
Support more agents in
gh skillThanks to community feedback,
ghnow supports a large number of agent hosts. Rungh skill install --helpfor the list of available agents.Improve skill discovery
gh skill installnow adds the--allow-hidden-dirsflag to support discovering skills in hidden (dot-prefixed) directories such as.claude/skills/,.agents/skills/, and.github/skills/.Detect skills re-published from other sources
GitHub CLI now detects if the skill to be installed is re-published from an upstream source and offers the option to install it from there. The
--upstreamflag is also added for non-interactive use cases.What's Changed
✨ Features
gh skills installby @tommaso-moro in #13209Configuration
📅 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.