chore(deps): update terraform github to v6.13.0 #8

Merged
cpressland merged 1 commit from renovate/github-6.x into main 2026-07-15 22:49:04 +01:00
Contributor

This PR contains the following updates:

Package Type Update Change
github (source) required_provider minor 6.12.16.13.0

Release Notes

integrations/terraform-provider-github (github)

v6.13.0

Compare Source

Highlights
  • New GitHub API client: a rewritten client implementation (#​3448) on go-github v88 (#​3441), with explicit concurrency control (#​3491) and a base-url handling refactor (#​3510). Groundwork for steadier API behavior.
  • Ruleset bypass actors expanded: EnterpriseOwner (#​3487) and User (#​3438) are now valid bypass actor types.
  • Reliability fixes: fixed a nil-pointer panic when deleting github_team_repository (#​3518), refactored github_team_members and handled the parent-team-already-gone case (#​3499, #​3461, #​3498), stopped repository collaborators drifting on owner (#​3471), and corrected the repository environment diff logic (#​3469).
  • Acceptance-test automation is now enabled in CI (#​3502), with stricter linting for new code (#​3430).

What's Changed

🚀 New Features
🐛 Bugfixes
🛠️ Maintenance
📝 Documentation

New Contributors

Full Changelog: https://github.com/integrations/terraform-provider-github/compare/v6.12.1...v6.13.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.

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github](https://search.opentofu.org/provider/integrations/github) ([source](https://github.com/integrations/terraform-provider-github)) | required_provider | minor | `6.12.1` → `6.13.0` | --- ### Release Notes <details> <summary>integrations/terraform-provider-github (github)</summary> ### [`v6.13.0`](https://github.com/integrations/terraform-provider-github/releases/tag/v6.13.0) [Compare Source](https://github.com/integrations/terraform-provider-github/compare/v6.12.1...v6.13.0) ##### Highlights - New GitHub API client: a rewritten client implementation ([#&#8203;3448](https://github.com/integrations/terraform-provider-github/issues/3448)) on go-github v88 ([#&#8203;3441](https://github.com/integrations/terraform-provider-github/issues/3441)), with explicit concurrency control ([#&#8203;3491](https://github.com/integrations/terraform-provider-github/issues/3491)) and a base-url handling refactor ([#&#8203;3510](https://github.com/integrations/terraform-provider-github/issues/3510)). Groundwork for steadier API behavior. - Ruleset bypass actors expanded: EnterpriseOwner ([#&#8203;3487](https://github.com/integrations/terraform-provider-github/issues/3487)) and User ([#&#8203;3438](https://github.com/integrations/terraform-provider-github/issues/3438)) are now valid bypass actor types. - Reliability fixes: fixed a nil-pointer panic when deleting github\_team\_repository ([#&#8203;3518](https://github.com/integrations/terraform-provider-github/issues/3518)), refactored github\_team\_members and handled the parent-team-already-gone case ([#&#8203;3499](https://github.com/integrations/terraform-provider-github/issues/3499), [#&#8203;3461](https://github.com/integrations/terraform-provider-github/issues/3461), [#&#8203;3498](https://github.com/integrations/terraform-provider-github/issues/3498)), stopped repository collaborators drifting on owner ([#&#8203;3471](https://github.com/integrations/terraform-provider-github/issues/3471)), and corrected the repository environment diff logic ([#&#8203;3469](https://github.com/integrations/terraform-provider-github/issues/3469)). - Acceptance-test automation is now enabled in CI ([#&#8203;3502](https://github.com/integrations/terraform-provider-github/issues/3502)), with stricter linting for new code ([#&#8203;3430](https://github.com/integrations/terraform-provider-github/issues/3430)). <!-- Release notes generated using configuration in .github/release.yml at v6.13.0 --> #### What's Changed ##### 🚀 New Features - feat: Add new gh client implementation by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3448](https://github.com/integrations/terraform-provider-github/pull/3448) - \[FEAT] Add User as repository ruleset bypass actor by [@&#8203;manugeorge04](https://github.com/manugeorge04) in [#&#8203;3438](https://github.com/integrations/terraform-provider-github/pull/3438) - feat: Add EnterpriseOwner as bypass actor type for rulesets by [@&#8203;nitinjain999](https://github.com/nitinjain999) in [#&#8203;3487](https://github.com/integrations/terraform-provider-github/pull/3487) ##### 🐛 Bugfixes - \[BUG]: fix github repository file id escaping by [@&#8203;deiga](https://github.com/deiga) in [#&#8203;3415](https://github.com/integrations/terraform-provider-github/pull/3415) - fix: Correct repository environment diff function logic by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3469](https://github.com/integrations/terraform-provider-github/pull/3469) - fix: Stop repo collaborators drifting on owner by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3471](https://github.com/integrations/terraform-provider-github/pull/3471) - fix: Correctly parse acceptance test url by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3490](https://github.com/integrations/terraform-provider-github/pull/3490) - fix: skip github\_team\_members deletion when parent team is already gone by [@&#8203;nitinjain999](https://github.com/nitinjain999) in [#&#8203;3461](https://github.com/integrations/terraform-provider-github/pull/3461) - feat: Refactor github\_team\_members by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3499](https://github.com/integrations/terraform-provider-github/pull/3499) - fix: read immediate github\_team\_members only, not child-team members by [@&#8203;robert-crandall](https://github.com/robert-crandall) in [#&#8203;3498](https://github.com/integrations/terraform-provider-github/pull/3498) - \[MAINT] Improve Import behaviour of `github_default_branch` by [@&#8203;deiga](https://github.com/deiga) in [#&#8203;3216](https://github.com/integrations/terraform-provider-github/pull/3216) - fix: add plan-time validation to key\_prefix in autolink reference resource ([#&#8203;3176](https://github.com/integrations/terraform-provider-github/issues/3176)) by [@&#8203;LeC-D](https://github.com/LeC-D) in [#&#8203;3277](https://github.com/integrations/terraform-provider-github/pull/3277) - feat: Refactor new client logic to use base url by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3510](https://github.com/integrations/terraform-provider-github/pull/3510) - Fix nil-pointer panic when deleting github\_team\_repository by [@&#8203;rilical](https://github.com/rilical) in [#&#8203;3518](https://github.com/integrations/terraform-provider-github/pull/3518) ##### 🛠️ Maintenance - chore: Use tf plugin docs by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3380](https://github.com/integrations/terraform-provider-github/pull/3380) - build(deps): bump the github-actions group across 1 directory with 5 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3397](https://github.com/integrations/terraform-provider-github/pull/3397) - chore: Update dependabot for tools dir and security updates by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3398](https://github.com/integrations/terraform-provider-github/pull/3398) - build(deps): bump the github-actions group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3400](https://github.com/integrations/terraform-provider-github/pull/3400) - build(deps): bump actions/attest-build-provenance from 3.2.0 to 4.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3401](https://github.com/integrations/terraform-provider-github/pull/3401) - build(deps): bump hashicorp/setup-terraform from 3.1.2 to 4.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3404](https://github.com/integrations/terraform-provider-github/pull/3404) - build(deps): bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3402](https://github.com/integrations/terraform-provider-github/pull/3402) - build(deps): bump the github-actions group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3408](https://github.com/integrations/terraform-provider-github/pull/3408) - build(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.2.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3403](https://github.com/integrations/terraform-provider-github/pull/3403) - build(deps): bump the gomod group across 1 directory with 5 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3399](https://github.com/integrations/terraform-provider-github/pull/3399) - \[MAINT] Upgrade go-jose to v4 by [@&#8203;deiga](https://github.com/deiga) in [#&#8203;3357](https://github.com/integrations/terraform-provider-github/pull/3357) - build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in the gomod-security group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3412](https://github.com/integrations/terraform-provider-github/pull/3412) - Bump go-github to v86 by [@&#8203;Gaardsholt](https://github.com/Gaardsholt) in [#&#8203;3413](https://github.com/integrations/terraform-provider-github/pull/3413) - build(deps): bump the github-actions group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3427](https://github.com/integrations/terraform-provider-github/pull/3427) - build(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 in the gomod group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3426](https://github.com/integrations/terraform-provider-github/pull/3426) - \[MAINT] Update issue templates by [@&#8203;ViacheslavKudinov](https://github.com/ViacheslavKudinov) in [#&#8203;3261](https://github.com/integrations/terraform-provider-github/pull/3261) - \[MAINT] Use `gofmt` to rewrite unwanted patterns by [@&#8203;deiga](https://github.com/deiga) in [#&#8203;3265](https://github.com/integrations/terraform-provider-github/pull/3265) - \[MAINT]: Introduce stricter linter rules for new code by [@&#8203;deiga](https://github.com/deiga) in [#&#8203;3430](https://github.com/integrations/terraform-provider-github/pull/3430) - \[MAINT] Proposal for adding `ARCHITECTURE.md` and `MAINTERS.md` by [@&#8203;deiga](https://github.com/deiga) in [#&#8203;3196](https://github.com/integrations/terraform-provider-github/pull/3196) - build(deps): bump the github-actions group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3439](https://github.com/integrations/terraform-provider-github/pull/3439) - chore: Refactor provider pattern and docs by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3440](https://github.com/integrations/terraform-provider-github/pull/3440) - chore: Update go-github to v88 by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3441](https://github.com/integrations/terraform-provider-github/pull/3441) - Configure Copilot Code Review for the provider repo by [@&#8203;robert-crandall](https://github.com/robert-crandall) in [#&#8203;3425](https://github.com/integrations/terraform-provider-github/pull/3425) - build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in the gomod group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3453](https://github.com/integrations/terraform-provider-github/pull/3453) - build(deps): bump the github-actions group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3454](https://github.com/integrations/terraform-provider-github/pull/3454) - ci: honest greeting + split PR/issue response jobs by [@&#8203;eyalgal](https://github.com/eyalgal) in [#&#8203;3272](https://github.com/integrations/terraform-provider-github/pull/3272) - \[DOCS] Update repository\_environments documentation by [@&#8203;deiga](https://github.com/deiga) in [#&#8203;3266](https://github.com/integrations/terraform-provider-github/pull/3266) - build(deps): bump the github-actions group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3473](https://github.com/integrations/terraform-provider-github/pull/3473) - chore: Add new client rate limit logging by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3486](https://github.com/integrations/terraform-provider-github/pull/3486) - fix: Refactor repository custom property by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3476](https://github.com/integrations/terraform-provider-github/pull/3476) - feat: Add explicit concurrency control for new client by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3491](https://github.com/integrations/terraform-provider-github/pull/3491) - maint: migrate various data sources to tflog structured logging by [@&#8203;slymanmrcan](https://github.com/slymanmrcan) in [#&#8203;3347](https://github.com/integrations/terraform-provider-github/pull/3347) - build(deps): bump rvben/rumdl from 0.2.8 to 0.2.20 in the github-actions group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3494](https://github.com/integrations/terraform-provider-github/pull/3494) - build(deps): bump the gomod group across 1 directory with 2 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3496](https://github.com/integrations/terraform-provider-github/pull/3496) - refactor: migrate resource\_github\_issue\_label to context-aware CRUD a… by [@&#8203;slymanmrcan](https://github.com/slymanmrcan) in [#&#8203;3342](https://github.com/integrations/terraform-provider-github/pull/3342) - build(deps): bump actions/checkout from 6.0.3 to 7.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3507](https://github.com/integrations/terraform-provider-github/pull/3507) - chore: Enable acceptance test automation by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3502](https://github.com/integrations/terraform-provider-github/pull/3502) - build(deps): bump the github-actions group across 1 directory with 5 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3511](https://github.com/integrations/terraform-provider-github/pull/3511) - build(deps): bump github.com/bored-engineer/github-conditional-http-transport from 0.0.1 to 0.0.2 in the gomod group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3513](https://github.com/integrations/terraform-provider-github/pull/3513) - \[MAINT] Add regression test for [#&#8203;3509](https://github.com/integrations/terraform-provider-github/issues/3509) by [@&#8203;deiga](https://github.com/deiga) in [#&#8203;3515](https://github.com/integrations/terraform-provider-github/pull/3515) - Detect not-found via the error (errors.AsType) in github\_team\_repository delete by [@&#8203;rilical](https://github.com/rilical) in [#&#8203;3524](https://github.com/integrations/terraform-provider-github/pull/3524) ##### 📝 Documentation - docs: Update repository collaborators resource docs by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3437](https://github.com/integrations/terraform-provider-github/pull/3437) - doc(data github\_app): Add id on data source GitHub app documentation by [@&#8203;ViacheslavKudinov](https://github.com/ViacheslavKudinov) in [#&#8203;3414](https://github.com/integrations/terraform-provider-github/pull/3414) - chore: Add resources doc to track ongoing work by [@&#8203;stevehipwell](https://github.com/stevehipwell) in [#&#8203;3488](https://github.com/integrations/terraform-provider-github/pull/3488) - \[docs] update repository\_environment resource documentation by [@&#8203;LarsFronius](https://github.com/LarsFronius) in [#&#8203;3481](https://github.com/integrations/terraform-provider-github/pull/3481) #### New Contributors - [@&#8203;Gaardsholt](https://github.com/Gaardsholt) made their first contribution in [#&#8203;3413](https://github.com/integrations/terraform-provider-github/pull/3413) - [@&#8203;robert-crandall](https://github.com/robert-crandall) made their first contribution in [#&#8203;3425](https://github.com/integrations/terraform-provider-github/pull/3425) - [@&#8203;eyalgal](https://github.com/eyalgal) made their first contribution in [#&#8203;3272](https://github.com/integrations/terraform-provider-github/pull/3272) - [@&#8203;nitinjain999](https://github.com/nitinjain999) made their first contribution in [#&#8203;3461](https://github.com/integrations/terraform-provider-github/pull/3461) - [@&#8203;slymanmrcan](https://github.com/slymanmrcan) made their first contribution in [#&#8203;3347](https://github.com/integrations/terraform-provider-github/pull/3347) - [@&#8203;manugeorge04](https://github.com/manugeorge04) made their first contribution in [#&#8203;3438](https://github.com/integrations/terraform-provider-github/pull/3438) - [@&#8203;LarsFronius](https://github.com/LarsFronius) made their first contribution in [#&#8203;3481](https://github.com/integrations/terraform-provider-github/pull/3481) - [@&#8203;LeC-D](https://github.com/LeC-D) made their first contribution in [#&#8203;3277](https://github.com/integrations/terraform-provider-github/pull/3277) - [@&#8203;rilical](https://github.com/rilical) made their first contribution in [#&#8203;3518](https://github.com/integrations/terraform-provider-github/pull/3518) **Full Changelog**: <https://github.com/integrations/terraform-provider-github/compare/v6.12.1...v6.13.0> </details> --- ### 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. 🔕 **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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTYuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
cpressland deleted branch renovate/github-6.x 2026-07-15 22:49:04 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
cpressland/tofu!8
No description provided.