Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/google/go-github/v81 v81.0.0v82.0.0 age confidence

Release Notes

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

v82.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Improve support for custom property defaults (#​3906)
    BREAKING CHANGE: CustomProperty.DefaultValue is now type any and .ValueType is now type PropertyValueType.
  • fix!: Simplify Git.ListMatchingRefs by removing ReferenceListOptio Git.ListMatchingRefs by removingReferenceListOptions(#​3924) BREAKING CHANGE:Git.ListMatchingRefsacceptsrefinstead ofReferenceListOptions`.
  • refactor!: Use a struct for Repository.Permissions instead of map[ Repository.Permissions instead ofmap[string]bool(#​3936) BREAKING CHANGE:Repository.Permissionsis now a struct instead ofmap[string]bool`.

...and the following additional changes:

  • Bump go-github from v80 to v81 in /scrape (#​3900)
  • build(deps): Bump github.com/google/go-querystring from 1.1.0 to 1.2.0 (#​3901)
  • docs: Correct variable name in rate limit error logging example (#​3902)
  • feat: Add ConfigurationFilePath field to GenerateNotesOptions (#​3904)
  • fix: Ignore unset AllowedMergeMethods field (#​3905)
  • docs: Clarify nil http.Client usage has no timeout (#​3910)
  • build(deps): Bump golang.org/x/net from 0.48.0 to 0.49.0 in /scrape (#​3911)
  • build(deps): Bump golang.org/x/term from 0.38.0 to 0.39.0 in /example (#​3912)
  • build(deps): Bump golang.org/x/crypto from 0.46.0 to 0.47.0 in /example (#​3913)
  • feat: Add dependency_sbom rate limit support (#​3908)
  • feat: Add support for delegated bypass in code security org config (#​3920)
  • fix: DeleteSocialAccounts and AddSocialAccounts of UsersService (#​3922)
  • chore: Add Not-Dhananjay-Mishra to REVIEWERS (#​3923)
  • build(deps): Bump the actions group with 2 updates (#​3927)
  • chore: Refactor test workflow (#​3929)
  • fix: Use correct type for custom property default value (#​3928)
  • feat: Support creating repo with custom properties (#​3933)
  • chore: Enable govet linter with all checks (#​3935)
  • perf: Optimize Stringify allocations (~3x faster) (#​3914)
  • docs: Update CONTRIBUTING.md to prevent AI slop PRs (#​3940)
  • chore: Update openapi_operations.yaml (#​3942)
  • build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 in the actions group (#​3943)
  • Bump version of go-github to v82.0.0 (#​3945)

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested a review from a team as a code owner January 27, 2026 21:04
@renovate renovate bot added the dependencies Indicates a change to dependencies label Jan 27, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 27, 2026

ℹ️ Artifact update notice

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

  • 1 additional dependency was updated

Details:

Package Change
github.com/google/go-querystring v1.1.0 -> v1.2.0

@codecov
Copy link

codecov bot commented Jan 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.37%. Comparing base (0fa22c5) to head (436c25f).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1387   +/-   ##
=======================================
  Coverage   58.37%   58.37%           
=======================================
  Files         645      645           
  Lines       24937    24937           
=======================================
  Hits        14556    14556           
  Misses       9704     9704           
  Partials      677      677           
Files with missing lines Coverage Δ
compiler/registry/github/github.go 100.00% <ø> (ø)
compiler/registry/github/template.go 53.84% <ø> (ø)
scm/github/access.go 77.35% <ø> (ø)
scm/github/app_permissions.go 96.07% <ø> (ø)
scm/github/app_transport.go 29.36% <ø> (ø)
scm/github/authentication.go 82.27% <ø> (ø)
scm/github/changeset.go 86.11% <ø> (ø)
scm/github/deployment.go 24.57% <ø> (ø)
scm/github/github.go 49.20% <ø> (ø)
scm/github/github_client.go 76.47% <ø> (ø)
... and 2 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v81-82.x branch from d9289d0 to 436c25f Compare January 29, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Indicates a change to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants