Skip to content

fix(deps): update go dependencies (major)#31

Open
TheFox0x7 wants to merge 1 commit into
renovate-testsfrom
renovate2/major-go-dependencies
Open

fix(deps): update go dependencies (major)#31
TheFox0x7 wants to merge 1 commit into
renovate-testsfrom
renovate2/major-go-dependencies

Conversation

@TheFox0x7
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Change Age Confidence
github.com/google/go-github/v84 v84.0.0v85.0.0 age confidence
gitlab.com/gitlab-org/api/client-go v1.46.0v2.20.1 age confidence

Release Notes

google/go-github (github.com/google/go-github/v84)

v85.0.0

Compare Source

This release contains the following breaking API changes:

  • fix!: Resolve inconsistent options for create and update on custom org role (#​4075)
    BREAKING CHANGE: GetOrgRole, CreateCustomOrgRole, and UpdateCustomOrgRole have new params and return values.
  • fix!: Change id from int64 to string in ActivityService.MarkThreadDone (#​4056)
    BREAKING CHANGE: ActivityService.MarkThreadDone accepts string id instead of int64.

...and the following additional changes:

  • chore: Bump version of go-github to v85.0.0 (#​4173)
  • chore: Update openapi_operations.yaml (#​4172)
  • security: Reject cross-host redirects to prevent Authorization leak (#​4171)
  • chore: Improve GitHub Actions workflows lint and testing (#​4169)
  • chore: Switch legacy redirect handling to new pattern (#​4161)
  • feat: Add CodeSecurity to SecurityAndAnalysis (#​4155)
  • fix: Reject URL path segments containing ".." in all request methods (#​4150)
  • feat: Refactor repositories download contents (#​4153)
  • chore: Bump google.org/x/tools to v0.44.0 in /tools (#​4168)
  • docs: Fix broken blog post link (#​4160)
  • build(deps): Bump github.com/sigstore/timestamp-authority/v2 from 2.0.3 to 2.0.6 in /example (#​4156)
  • chore: Update openapi_operations.yaml (#​4157)
  • feat: Remove Google App Engine standard support (#​4152)
  • feat: Add DownloadCopilotMetrics helper method (#​4149)
  • docs: Add apiVersion to GitHub API link (#​4147)
  • chore: Simplify redundantptr custom linter (#​4148)
  • docs: Deprecate old Copilot metrics endpoints closed on April 2, 2026 (#​4137)
  • refactor: Remove redundant github.Ptr calls (#​4145)
  • fix: Add missing User fields (#​4146)
  • fix: Preserve Marketplace.Stubbed during client copy (#​4144)
  • refactor: Simplify array copying (#​4143)
  • build(deps): Bump golang.org/x/crypto from 0.49.0 to 0.50.0 in /example (#​4141)
  • build(deps): Bump github.com/getkin/kin-openapi from 0.134.0 to 0.135.0 in /tools (#​4142)
  • build(deps): Bump golang.org/x/term from 0.41.0 to 0.42.0 in /example (#​4140)
  • build(deps): Bump golang.org/x/net from 0.52.0 to 0.53.0 in /scrape (#​4139)
  • build(deps): Bump go.opentelemetry.io/otel to v1.43.0 (#​4135)
  • fix: Expand sanitizeURL secrets redactions (#​4126)
  • build(deps): Bump github.com/alecthomas/kong from 1.14.0 to 1.15.0 in /tools (#​4132)
  • build(deps): Bump actions/setup-go from 6.3.0 to 6.4.0 in the actions group (#​4131)
  • feat: Add support for custom names and methods that return structs with multiple []*T fields in gen-iterators.go (#​4128)
  • fix: Limit webhook payload size in ValidatePayloadFromBody (#​4125)
  • build(deps): Bump codecov/codecov-action from 5.5.3 to 6.0.0 (#​4123)
  • fix: Synchronize requestCount in rate limit tests (#​4124)
  • chore: Simplify generate.sh by removing git worktree and using generator-based check (#​4120)
  • docs: Improve comments in /examples (#​4122)
  • chore: Use golangci-lint-action; remove newreposecretwithlibsodium (#​4119)
  • feat: Add custom image endpoints for GitHub-hosted runners (#​4101)
  • chore: Cache custom golangci-lint binaries in GHA workflow (#​4116)
  • build(deps): Bump github.com/ProtonMail/go-crypto from 1.4.0 to 1.4.1 in /example (#​4115)
  • build(deps): Bump golang.org/x/tools from 0.29.0 to 0.43.0 in /tools/extraneous-new (#​4114)
  • build(deps): Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#​4112)
  • build(deps): Bump github.com/golangci/plugin-module-register from 0.1.1 to 0.1.2 in /tools/extraneous-new (#​4113)
  • build(deps): Bump github.com/getkin/kin-openapi from 0.133.0 to 0.134.0 in /tools (#​4111)
  • build(deps): Bump github.com/PuerkitoBio/goquery from 1.11.0 to 1.12.0 in /scrape (#​4110)
  • chore: Upgrade deps for linters using dependabot (#​4107)
  • chore: Use structfield.Settings in check-structfield-settings (#​4108)
  • build(deps): Bump google.golang.org/grpc from 1.78.0 to 1.79.3 in /example (#​4109)
  • chore: Remove unnecessary use of new and &SomeStruct{} and add new extraneousnew custom linter (#​4106)
  • feat: Add NetworkConfigurationID and HostedRunnersURL to enterprise runner group types (#​4099)
  • feat: Generate accessors for all fields (#​4105)
  • feat: Add ListRunnerGroupHostedRunners for org runner groups (#​4100)
  • chore: Enable default: none linters; remove duplicated (#​4097)
  • fix: Use Cursor pagination for *.ListHookDeliveriesIter (#​4096)
  • chore: Remove duplicated formatters (#​4094)
  • chore: Fix typos in comments and tests (#​4093)
  • chore: Fix typo in CONTRIBUTING.md (#​4092)
  • chore: Update openapi_operations.yaml (#​4091)
  • build(deps): Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.17.0 to 2.18.0 in /example (#​4084)
  • chore: Bump go.opentelemetry.io/otel to v1.42.0 (#​4090)
  • build(deps): Bump golang.org/x/crypto from 0.48.0 to 0.49.0 in /example (#​4081)
  • build(deps): Bump golang.org/x/sync from 0.19.0 to 0.20.0 in /tools (#​4078)
  • build(deps): Bump golang.org/x/net from 0.51.0 to 0.52.0 in /scrape (#​4079)
  • test: Add fuzz test for ParseWebHook (#​4076)
  • feat: Add enterprise budgets API (#​4069)
  • feat: Add list organization fine-grained permissions (#​4072)
  • feat: Make script/lint.sh output simpler to read (#​4073)
  • chore: Speed up linting (#​4071)
  • build(deps): Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.41.0 in /otel (#​4065)
  • build(deps): Bump go.opentelemetry.io/otel from 1.40.0 to 1.41.0 in /otel (#​4068)
  • build(deps): Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.40.0 to 1.41.0 in /example (#​4062)
  • build(deps): Bump go.opentelemetry.io/otel/sdk from 1.40.0 to 1.41.0 in /example (#​4064)
  • build(deps): Bump github.com/ProtonMail/go-crypto from 1.3.0 to 1.4.0 in /example (#​4063)
  • feat: Add client_id field to App (#​4060)
  • test: Simplify CopilotService tests (#​4058)
  • test: Fix flaky TestDo_rateLimit_abuseRateLimitError_xRateLimitReset (#​4057)
  • feat: Add support for enterprise audit log streaming API (#​4035)
  • feat: Add repository-level immutable releases settings (#​4039)
  • chore: Add SAS as a common initialism to structfield (#​4054)
  • fix: Fix data race on Windows (#​4051)
  • docs: Fix grammar in README.md (#​4053)
  • chore: Simplify form value assertions in tests (#​4048)
  • chore: Bump go-github from v83 to v84 in /scrape (#​4050)
gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)

v2.20.1

Compare Source

2.20.1

🐛 Bug Fixes
  • Fix potential panic in MergeRequest.UnmarshalJSON label detail loop (!2858) by Zubeen

2.20.1 (2026-04-20)

v2.20.0

Compare Source

2.20.0

🚀 Features
🔄 Other Changes

2.20.0 (2026-04-16)

v2.19.0

Compare Source

2.19.0

🚀 Features

2.19.0 (2026-04-15)

Features
  • Add PackageRegistryAccessLevel to Project structs (4ce63da)

v2.18.0

Compare Source

2.18.0

🚀 Features
  • Feat: Add support for application setting secret_push_protection_available (!2849) by Rizart Dona
🔄 Other Changes

2.18.0 (2026-04-14)

Bug Fixes
  • Correct Example Section in README (c0759d9)

v2.17.0

Compare Source

2.17.0

🚀 Features
  • Resolve "Add endpoint support for archiving/unarchiving groups" (!2848) by Jonathan Bowe
🔄 Other Changes

2.17.0 (2026-04-10)

v2.16.0

Compare Source

2.16.0

🚀 Features

2.16.0 (2026-04-04)

Features
  • Add PagesUniqueDomainDefaultEnabled to Settings API (d27f3af)

v2.15.0

Compare Source

2.15.0

🚀 Features

2.15.0 (2026-04-04)

Features
  • Add approved_at field in merge request approvals API (528ac9e)

v2.14.0

Compare Source

2.14.0

🚀 Features
  • feat: add support for DisablePasswordAuthenticationForUsersWithSSOIdentities... (!2839) by Lorenz Vonlanthen

2.14.0 (2026-04-03)

Features
  • add support for DisablePasswordAuthenticationForUsersWithSSOIdentities... (6b88f05)

v2.13.0

Compare Source

2.13.0

🚀 Features

2.13.0 (2026-04-01)

Features
  • Added WithAuthSourceStrategy option to allow configuring multiple token source priority (2261c80)

v2.12.0

Compare Source

2.12.0

🚀 Features
🔄 Other Changes
  • Fix: improve URL validation warning logging context and correct typo (!2830) by Bob Singh
  • chore(no-release): fix typos in comments and unexported function (!2831) by Oleksandr Redko

2.12.0 (2026-04-01)

Bug Fixes
  • update HostKey field name to FingerprintSHA256 for consistency (1b7fcfb)

v2.11.0

Compare Source

2.11.0

🚀 Features
  • Deprecate project approval password auth, add reauth to approve (!2825) by Heidi Berry
🔄 Other Changes

2.11.0 (2026-03-30)

v2.10.0

Compare Source

Features
  • events: Add missing parameters for label operations and update documentation links (11b9f08)
  • labels: add missing params and edit links (ec1b92b)

1.37.0

🚀 Features
  • Support system & system_action fields for merge event attributes (!2737) by Artem Mikheev
🔄 Other Changes

v2.9.0

Compare Source

1.32.0

🚀 Features
🔄 Other Changes

v2.8.0

Compare Source

Features
  • groups: add Active parameter to ListGroupProjects (dec511a)

1.12.0

🚀 Features
  • feat: add EmojiEvents field support to Project Webhooks (!2653) by Yugan
🔄 Other Changes

v2.7.0

Compare Source

Features
  • users: Add support for a user to see only one file diff per page (e2a9e09)

1.6.0

🚀 Features
🔄 Other Changes

v2.6.0

Compare Source

Features
  • integrations: add group integration API endpoints for Jira (09e18ee)

0.158.0

🚀 Features
  • Add support to send variables for GraphQL queries (!2562) by rafasf
🔄 Other Changes

v2.5.0

Compare Source

2.5.0

🚀 Features
🔄 Other Changes

2.5.0 (2026-03-09)

Features
  • allow OAuth success callback page to self-close when possible (dca2e12)
  • workitems: Implement UpdateWorkItem() (b93a55e)

v2.4.0

Compare Source

2.4.0

🚀 Features
🔄 Other Changes

2.4.0 (2026-03-06)

v2.3.0

Compare Source

2.3.0

🚀 Features
  • feat: add new endpoint for fetching all the runner manager information (!2802) by Aayush

2.3.0 (2026-03-05)

Features
  • add new endpoint for fetching all the runner manager information (d4755b7)

v2.2.1

Compare Source

Features
  • add new endpoint for fetching all the runner manager information (d4755b7)

2.2.1

🐛 Bug Fixes

2.2.1 (2026-03-04)

Bug Fixes

2.2.0

🚀 Features

v2.2.0

Compare Source

Features
  • add new endpoint for fetching all the runner manager information (d4755b7)

2.2.1

🐛 Bug Fixes

2.2.1 (2026-03-04)

Bug Fixes

2.2.0

🚀 Features

v2.1.0

Compare Source

2.1.0

🚀 Features
🔄 Other Changes
  • Implement body preserver to enable HTTP response body streaming (!2746) by Timo Furrer

2.1.0 (2026-03-03)

Features
  • workitems: Add more fields to WorkItem (7088f6f)

v2.0.0

Compare Source

2.0.0

💥 Breaking Changes
🔄 Other Changes

2.0.0 (2026-03-02)

Bug Fixes
  • ci: update gocover-cobertura to v1.4.0 for Go 1.24+ compatibility (1d03b20)
  • group_members: using ISOTime instead of time.Time for BillableUserMembership.ExpiresAt (e7e58c6)
  • package protection access level variable type (5574bbb)
  • workitems: Handle absent status widget in WorkItem. (859fb26)
Features
  • use Nullable[int64] for label priority (096ed09)
BREAKING CHANGES
  • Release 2.0

Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Mend Renovate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant