Skip to content

fix(deps): update module github.com/google/go-github/v69 to v70 #38981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 26, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/google/go-github/v69 v69.2.0 -> v70.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

⚠️ MAJOR VERSION UPDATE ⚠️ - please manually update this package


Release Notes

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

v70.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Add support for network-configurations endpoints for organization (#​3511)
    BREAKING CHANGE: EnterpriseNetwork* structs have been replaced with Network* structs.
  • refactor!: Update package types to align with webhook event (#​3515)
    BREAKING CHANGE: PackageVersion.Body and PackageVersion.Metadata are both now json.RawMessage.

...and the following additional changes:

  • build(deps): bump github.com/alecthomas/kong from 1.8.0 to 1.8.1 in /tools (#​3485)
  • build(deps): bump github.com/google/go-github/v69 from 69.0.0 to 69.2.0 in /scrape (#​3483)
  • build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in /tools (#​3490)
  • Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#​3494)
  • build(deps): bump actions/cache from 4.2.0 to 4.2.1 in the actions group (#​3492)
  • fix: Resolve '400 Custom domains' error on GitHub Enterprise Server (#​3489)
  • Correct the runIDFromURLRE regex to properly match the callbackURL (#​3495)
  • feat: Add support for GitHub-hosted runner API endpoints (#​3487)
  • feat: Add support for network-configurations endpoints (#​3497)
  • build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#​3500)
  • build(deps): bump actions/cache from 4.2.1 to 4.2.2 in the actions group (#​3499)
  • Add created_at field to Reaction (#​3501)
  • Add reason parameter to MergeGroupEvent (#​3508)
  • fix(ci): ensure 'auto' toolchain applies to generate (#​3436)
  • Bump dependency versions from dependabot warnings (#​3512)
  • Bump go-jose to v4.0.5 (#​3513)
  • build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /example (#​3514)
  • docs: Update readme and examples for updated go-github-ratelimit and introduce go-github-pagination (#​3504)
  • Add validity filter to secret scanning alert list options (#​3516)
  • build(deps): bump github.com/alecthomas/kong from 1.8.1 to 1.9.0 in /tools (#​3518)
  • build(deps): bump github.com/getkin/kin-openapi from 0.129.0 to 0.130.0 in /tools (#​3517)
  • feat: Add automatic_copilot_code_review_enabled parameter to ruleset API (#​3506)
  • Bump version of go-github to v70.0.0 (#​3520)

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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.

🔕 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 added the dependency-major-update Indicates a dependency major version bump label Mar 25, 2025
@github-actions github-actions bot requested a review from adrielp March 25, 2025 22:19
@atoulme atoulme closed this Mar 25, 2025
@atoulme atoulme reopened this Mar 25, 2025
@atoulme atoulme added Skip Changelog PRs that do not require a CHANGELOG.md entry dependencies Pull requests that update a dependency file and removed dependency-major-update Indicates a dependency major version bump labels Mar 25, 2025
Copy link
Contributor

@adrielp adrielp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm presuming the go.mod & go.sum under the githubreceiver folder was previously updated in the other pull request?

@crobert-1
Copy link
Member

crobert-1 commented Mar 26, 2025

I'm presuming the go.mod & go.sum under the githubreceiver folder was previously updated in the other pull request?

Historically there's just been one PR for the entire receiver, and then we've manually had to update references. I think renovate isn't able to fully handle it since the name of the dependency changes in addition to the version. Renovate always just adds the new import in go.mod and the .go files, rather than replacing the previous major version.

v68 -> v69 reference

PR search

@songy23 songy23 merged commit f6d15dc into main Mar 26, 2025
171 checks passed
@songy23 songy23 deleted the renovate/g.yxqyang.asia-google-go-github-v69-70.x branch March 26, 2025 17:25
@github-actions github-actions bot added this to the next release milestone Mar 26, 2025
@adrielp
Copy link
Contributor

adrielp commented Mar 26, 2025

I'm presuming the go.mod & go.sum under the githubreceiver folder was previously updated in the other pull request?

Historically there's just been one PR for the entire receiver, and then we've manually had to update references. I think renovate isn't able to fully handle it since the name of the dependency changes in addition to the version. Renovate always just adds the new import in go.mod and the .go files, rather than replacing the previous major version.

v68 -> v69 reference

PR search

right. I had thought I had seen an email saying it was closed as merged, but this saw it re-opened w/ this PR so I had thought (but I didn't do the digging) that the original pr was merged, and it broke things -- hence my presumption. I should've done the digging, sorry for the unnecessary comment. 😅 appreciate you taking care of this upgrade!

Fiery-Fenix pushed a commit to Fiery-Fenix/opentelemetry-collector-contrib that referenced this pull request Apr 24, 2025
…-telemetry#38981)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/google/go-github/v69](https://redirect.github.com/google/go-github)
| `v69.2.0` -> `v70.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv69/v70.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fgo-github%2fv69/v70.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fgo-github%2fv69/v69.2.0/v70.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv69/v69.2.0/v70.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

:warning: MAJOR VERSION UPDATE :warning: - please manually update this
package

---

### Release Notes

<details>
<summary>google/go-github (github.com/google/go-github/v69)</summary>

###
[`v70.0.0`](https://redirect.github.com/google/go-github/releases/tag/v70.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v69.2.0...v70.0.0)

This release contains the following breaking API changes:

- feat!: Add support for network-configurations endpoints for
organization
([#&open-telemetry#8203;3511](https://redirect.github.com/google/go-github/issues/3511))
BREAKING CHANGE: `EnterpriseNetwork*` structs have been replaced with
`Network*` structs.
- refactor!: Update package types to align with webhook event
([#&open-telemetry#8203;3515](https://redirect.github.com/google/go-github/issues/3515))
BREAKING CHANGE: `PackageVersion.Body` and `PackageVersion.Metadata` are
both now `json.RawMessage`.

...and the following additional changes:

- build(deps): bump github.com/alecthomas/kong from 1.8.0 to 1.8.1 in
/tools
([#&open-telemetry#8203;3485](https://redirect.github.com/google/go-github/issues/3485))
- build(deps): bump github.com/google/go-github/v69 from 69.0.0 to
69.2.0 in /scrape
([#&open-telemetry#8203;3483](https://redirect.github.com/google/go-github/issues/3483))
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in
/tools
([#&open-telemetry#8203;3490](https://redirect.github.com/google/go-github/issues/3490))
- Bump github.com/google/go-cmp from 0.6.0 to 0.7.0
([#&open-telemetry#8203;3494](https://redirect.github.com/google/go-github/issues/3494))
- build(deps): bump actions/cache from 4.2.0 to 4.2.1 in the actions
group
([#&open-telemetry#8203;3492](https://redirect.github.com/google/go-github/issues/3492))
- fix: Resolve '400 Custom domains' error on GitHub Enterprise Server
([#&open-telemetry#8203;3489](https://redirect.github.com/google/go-github/issues/3489))
- Correct the runIDFromURLRE regex to properly match the callbackURL
([#&open-telemetry#8203;3495](https://redirect.github.com/google/go-github/issues/3495))
- feat: Add support for GitHub-hosted runner API endpoints
([#&open-telemetry#8203;3487](https://redirect.github.com/google/go-github/issues/3487))
- feat: Add support for network-configurations endpoints
([#&open-telemetry#8203;3497](https://redirect.github.com/google/go-github/issues/3497))
- build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
([#&open-telemetry#8203;3500](https://redirect.github.com/google/go-github/issues/3500))
- build(deps): bump actions/cache from 4.2.1 to 4.2.2 in the actions
group
([#&open-telemetry#8203;3499](https://redirect.github.com/google/go-github/issues/3499))
- Add created_at field to Reaction
([#&open-telemetry#8203;3501](https://redirect.github.com/google/go-github/issues/3501))
- Add reason parameter to MergeGroupEvent
([#&open-telemetry#8203;3508](https://redirect.github.com/google/go-github/issues/3508))
- fix(ci): ensure 'auto' toolchain applies to generate
([#&open-telemetry#8203;3436](https://redirect.github.com/google/go-github/issues/3436))
- Bump dependency versions from dependabot warnings
([#&open-telemetry#8203;3512](https://redirect.github.com/google/go-github/issues/3512))
- Bump go-jose to v4.0.5
([#&open-telemetry#8203;3513](https://redirect.github.com/google/go-github/issues/3513))
- build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /example
([#&open-telemetry#8203;3514](https://redirect.github.com/google/go-github/issues/3514))
- docs: Update readme and examples for updated go-github-ratelimit and
introduce go-github-pagination
([#&open-telemetry#8203;3504](https://redirect.github.com/google/go-github/issues/3504))
- Add validity filter to secret scanning alert list options
([#&open-telemetry#8203;3516](https://redirect.github.com/google/go-github/issues/3516))
- build(deps): bump github.com/alecthomas/kong from 1.8.1 to 1.9.0 in
/tools
([#&open-telemetry#8203;3518](https://redirect.github.com/google/go-github/issues/3518))
- build(deps): bump github.com/getkin/kin-openapi from 0.129.0 to
0.130.0 in /tools
([#&open-telemetry#8203;3517](https://redirect.github.com/google/go-github/issues/3517))
- feat: Add automatic_copilot_code_review_enabled parameter to ruleset
API
([#&open-telemetry#8203;3506](https://redirect.github.com/google/go-github/issues/3506))
- Bump version of go-github to v70.0.0
([#&open-telemetry#8203;3520](https://redirect.github.com/google/go-github/issues/3520))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5LW1ham9yLXVwZGF0ZSJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Curtis Robert <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file receiver/github Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants