fix(deps): update uds package kit support dependencies - #122
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update uds package kit support dependencies#122renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/uds-package-kit-support-dependencies
branch
2 times, most recently
from
September 3, 2026 23:30
4701dc4 to
27c88dd
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Due to Go's usage of Minimal Version Selection (MVS), these packages have been updated to the minimum version available, so will still abide by Details:
|
renovate
Bot
force-pushed
the
renovate/uds-package-kit-support-dependencies
branch
from
September 5, 2026 19:03
27c88dd to
635d7d8
Compare
| datasource | package | from | to | | ----------- | -------------------------------------- | ------- | ------- | | github-tags | anchore/sbom-action | v0.24.0 | v0.24.2 | | github-tags | defenseunicorns/uds-common | v1.28.0 | v1.28.1 | | go | github.com/google/go-github/v90 | v90.0.0 | v91.0.0 | | go | github.com/zarf-dev/zarf | v0.84.0 | v0.85.0 | | github-tags | github/codeql-action | v4.37.8 | v4.37.9 | | go | gitlab.com/gitlab-org/api/client-go/v2 | v2.58.2 | v2.62.0 |
renovate
Bot
force-pushed
the
renovate/uds-package-kit-support-dependencies
branch
from
September 6, 2026 02:43
635d7d8 to
f55ab66
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:
v0.24.0→v0.24.2v1.28.0→v1.28.1v90.0.0→v91.0.0v0.84.0→v0.85.0v4.37.8→v4.37.9v2.58.2→v2.62.0v2.64.0(+1)Release Notes
anchore/sbom-action (anchore/sbom-action)
v0.24.2Compare Source
Added Features
Additional Changes
(Full Changelog)
v0.24.1Compare Source
defenseunicorns/uds-common (defenseunicorns/uds-common)
v1.28.1Compare Source
Miscellaneous
google/go-github (github.com/google/go-github/v90)
v91.0.0Compare Source
This release contains the following breaking API changes:
EditCommenttoUpdateCommentonPullRequestsService, split review comment request bodies, and pass by value (#4493)BREAKING CHANGE:
PullRequestsService.CreateCommentnow takesCreatePullRequestCommentRequestby value;PullRequestsService.EditCommentis nowUpdateCommentand takesUpdatePullRequestCommentRequestby value.Keyrequest bodies intoCreateDeployKeyRequest,CreateUserKeyRequestandCreateSSHSigningKeyRequestand pass by value (#4477)BREAKING CHANGE:
RepositoriesService.CreateKey,UsersService.CreateKeyandUsersService.CreateSSHSigningKeynow takeCreateDeployKeyRequest,CreateUserKeyRequestandCreateSSHSigningKeyRequestby value.PendingDeploymentsRequestandReviewCustomDeploymentProtectionRuleRequestby value (#4475)BREAKING CHANGE:
ActionsService.PendingDeploymentsandActionsService.ReviewCustomDeploymentProtectionRulenow takePendingDeploymentsRequestandReviewCustomDeploymentProtectionRuleRequestby value.EditCommenttoUpdateCommentonIssuesService, pass a newIssueCommentRequestby value, and add missingIssueCommentfields (#4444)BREAKING CHANGE:
IssuesService.CreateCommentnow takesIssueCommentRequestby value;IssuesService.EditCommentis nowUpdateCommentand takesIssueCommentRequestby value.ImpersonateUserOptionstoCreateUserImpersonationRequestand pass by value (#4462)BREAKING CHANGE:
AdminService.CreateUserImpersonationnow takesCreateUserImpersonationRequestby value instead of*ImpersonateUserOptions.BREAKING CHANGE:
CreateTeamandUpdateTeamBy*now take new body params by value.EditMilestonetoUpdateMilestone, splitMilestonerequest bodies intoCreateMilestoneRequestandUpdateMilestoneRequest, and pass by value (#4438)BREAKING CHANGE:
IssuesService.CreateMilestonenow takes a newCreateMilestoneRequestby value;IssuesService.EditMilestoneis nowUpdateMilestoneand takes a newUpdateMilestoneRequestby value.UpdatePreReceiveHookrequest body by value via newUpdatePreReceiveHookRequest(#4434)BREAKING CHANGE:
RepositoriesService.UpdatePreReceiveHooknow takes a newUpdatePreReceiveHookRequestby value instead of*PreReceiveHook.UsersService.EdittoUpdate, introduceUserUpdateRequest, and pass request by value (#4433)BREAKING CHANGE:
UsersService.Editis nowUpdateand uses a newUserUpdateRequestbody value.UpdateUserLDAPMappingRequestandUpdateTeamLDAPMappingRequest(#4432)BREAKING CHANGE:
AdminService.UpdateUserLDAPMappingandUpdateTeamLDAPMappingnow takeUpdateUserLDAPMappingRequestandUpdateTeamLDAPMappingRequest(with non-pointerLDAPDN) by value....and the following additional changes:
MergeAsyncandGetMergeAsyncResultsupport (#4491)Client.Doresponse decoding with a buffer pool (#4494)paramcheckallowlist entries (#4476)publictoggle on repository visibility rules (#4455)Fprintfinfmtpercentvlinter check (#4443)Userentry from the paramcheck allowlist (#4437)openapi_operations.yaml(#4430)zarf-dev/zarf (github.com/zarf-dev/zarf)
v0.85.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Refactoring
What's Changed
🚀 Updates
Full Changelog: zarf-dev/zarf@v0.85.0-rc1...v0.85.0
Verifying Init Packages
The init packages in this release are signed with keyless Sigstore signing. Verify with:
amd64:
arm64:
See RELEASES.md for details.
github/codeql-action (github/codeql-action)
v4.37.9Compare Source
gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go/v2)
v2.62.0Compare Source
2.62.0
🚀 Features
🔄 Other Changes
2.62.0 (2026-09-02)
v2.61.0Compare Source
2.61.0
🚀 Features
🔄 Other Changes
2.61.0 (2026-08-31)
Bug Fixes
Features
v2.60.0Compare Source
2.60.0
🚀 Features
2.60.0 (2026-08-26)
Features
v2.59.1Compare Source
2.59.1
🐛 Bug Fixes
🔄 Other Changes
2.59.1 (2026-08-25)
Bug Fixes
v2.59.0Compare Source
Features
2.59.1
🐛 Bug Fixes
🔄 Other Changes
2.59.1 (2026-08-25)
Bug Fixes
2.59.0
🚀 Features
🔄 Other Changes
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.