chore(deps): update go-indirect#977
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
cpcloud
added a commit
to cpcloud/micasa
that referenced
this pull request
Apr 23, 2026
…ooks PR micasa-dev#977 (the first batched go-indirect run under the new config) surfaced two remaining gaps: 1. Renovate kept attempting major-version bumps on indirect deps (openai-go v1 -> v3, modernc.org/libc v1 -> v2). A new major is a different Go module path, and nothing in the repo imports the new path, so `go mod tidy` strips the added lines on every workflow run. The PR is a guaranteed no-op that never reconciles with main. Disable major update-types for the indirect rule so Renovate stops opening them. 2. When `go mod tidy` does reshape go.sum without altering vendor contents (exactly the scenario above), the Commit and push step trips two pre-commit hooks that fire as false positives here: vendor-hash-check ("go.sum changed but nix/package.nix did not") and go-mod-tidy ("tidy would modify files" -- it already did, we are about to stage the result). Scope SKIP to these two hook IDs on that one step; all other hooks still run.
This was referenced Apr 23, 2026
Collaborator
|
Closing as stuck. The v3 openai-go / v2 libc major bumps cannot land: nothing in the repo imports those module paths, so |
cpcloud
added a commit
that referenced
this pull request
Apr 23, 2026
…ooks (#978) Follow-up to #976. PR #977 surfaced two gaps the first round didn't address: **1. Renovate keeps opening doomed major bumps for indirect Go deps.** #977 proposed `github.com/openai/openai-go` v1 -> v3 and `modernc.org/libc` v1 -> v2. Both new majors are different module paths, nothing in this repo imports them, and `go mod why github.com/openai/openai-go/v3` returns `(main module does not need package ...)`. `go mod tidy` strips them on every workflow run. The PR can never reconcile with main. Disable `matchUpdateTypes: ["major"]` for `indirect` deps under `gomod` so these PRs stop being opened. **2. The batched go-indirect workflow commit trips two pre-commit hooks as false positives.** When `go mod tidy` reshapes `go.sum` without altering vendor contents (exactly the state after tidy strips an unused major), `Commit and push` fails: - `vendor-hash-check` reports "go.sum changed but nix/package.nix is unchanged" -- but the workflow already ran the authoritative `nix build` hash computation in the previous step. - `go-mod-tidy` reports "tidy would modify files" -- the upstream `Tidy go modules` step already tidied. Scope a `SKIP: vendor-hash-check,go-mod-tidy` env to just the `Commit and push` step. This is a narrow per-hook skip via prek's `SKIP` variable, not a blanket bypass. All other hooks still run on that commit. ## Reproduction 1. Open any Renovate PR that bumps an indirect Go dep to a new major version (the new major is a different module path and nothing imports it). 2. Before this PR: the PR is unfixable, `go mod tidy` keeps reverting the bump, and the vendor-hash workflow cannot commit its tidy output because `vendor-hash-check` blocks. After this PR: Renovate never opens the PR in the first place, and if an equivalent tidy-only scenario arises from another path the workflow can still commit. ## Follow-up Close #977 -- its branch carries the stuck state and Renovate will skip that update-type under the new rule.
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:
v1.12.0→v3.32.0v1.72.0→v2.1.30Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
openai/openai-go (github.com/openai/openai-go)
v3.32.0Compare Source
3.32.0 (2026-04-16)
Full Changelog: v3.31.0...v3.32.0
Features
Bug Fixes
Documentation
v3.31.0Compare Source
3.31.0 (2026-04-08)
Full Changelog: v3.30.0...v3.31.0
Features
Bug Fixes
Chores
Documentation
v3.30.0Compare Source
3.30.0 (2026-03-25)
Full Changelog: v3.29.0...v3.30.0
Features
Bug Fixes
Chores
Refactors
v3.29.0Compare Source
3.29.0 (2026-03-17)
Full Changelog: v3.28.0...v3.29.0
Features
Chores
v3.28.0Compare Source
3.28.0 (2026-03-14)
Full Changelog: v3.27.0...v3.28.0
Features
⚠ BREAKING CHANGES
voiceparam and resouce has changed from astringto astring | {id: string}. This is a breaking change for Go.v3.27.0Compare Source
3.27.0 (2026-03-13)
Full Changelog: v3.26.0...v3.27.0
Features
Chores
v3.26.0Compare Source
3.26.0 (2026-03-05)
Full Changelog: v3.25.0...v3.26.0
Features
v3.25.0Compare Source
3.25.0 (2026-03-05)
Full Changelog: v3.24.0...v3.25.0
Features
Bug Fixes
Chores
v3.24.0Compare Source
3.24.0 (2026-02-24)
Full Changelog: v3.23.0...v3.24.0
Features
Bug Fixes
Chores
jsontags toapi(0735303)v3.23.0Compare Source
3.23.0 (2026-02-24)
Full Changelog: v3.22.1...v3.23.0
Features
v3.22.1Compare Source
3.22.1 (2026-02-23)
Full Changelog: v3.22.0...v3.22.1
Bug Fixes
Chores
Documentation
v3.22.0Compare Source
3.22.0 (2026-02-13)
Full Changelog: v3.21.0...v3.22.0
Features
Bug Fixes
Documentation
v3.21.0Compare Source
3.21.0 (2026-02-10)
Full Changelog: v3.20.0...v3.21.0
Features
v3.20.0Compare Source
3.20.0 (2026-02-10)
Full Changelog: v3.19.0...v3.20.0
Features
v3.19.0Compare Source
3.19.0 (2026-02-09)
Full Changelog: v3.18.0...v3.19.0
Features
v3.18.0Compare Source
3.18.0 (2026-02-05)
Full Changelog: v3.17.0...v3.18.0
Features
Bug Fixes
find_in_pageaction (4b5d499)Chores
Documentation
api.mdby standalone resources (aeed37b)v3.17.0Compare Source
3.17.0 (2026-01-27)
Full Changelog: v3.16.0...v3.17.0
Features
Bug Fixes
Chores
actions/checkoutversion (2db54a5)v3.16.0Compare Source
3.16.0 (2026-01-09)
Full Changelog: v3.15.0...v3.16.0
Features
Bug Fixes
Chores
Documentation
v3.15.0Compare Source
3.15.0 (2025-12-19)
Full Changelog: v3.14.0...v3.15.0
Bug Fixes
Chores
v3.14.0Compare Source
3.14.0 (2025-12-16)
Full Changelog: v3.13.0...v3.14.0
Features
v3.13.0Compare Source
3.13.0 (2025-12-15)
Full Changelog: v3.12.0...v3.13.0
Features
Bug Fixes
v3.12.0Compare Source
Full Changelog: v3.12.0...v3.13.0
Features
Bug Fixes
v3.11.0Compare Source
3.11.0 (2025-12-10)
Full Changelog: v3.10.0...v3.11.0
Features
Bug Fixes
Chores
v3.10.0Compare Source
3.10.0 (2025-12-04)
Full Changelog: v3.9.0...v3.10.0
Features
v3.9.0Compare Source
Full Changelog: v3.9.0...v3.10.0
Features
v3.8.1Compare Source
3.8.1 (2025-11-04)
Full Changelog: v3.8.0...v3.8.1
Bug Fixes
v3.8.0Compare Source
3.8.0 (2025-11-03)
Full Changelog: v3.7.0...v3.8.0
Features
Chores
v3.7.0Compare Source
3.7.0 (2025-10-28)
Full Changelog: v3.6.1...v3.7.0
Features
Bug Fixes
v3.6.1Compare Source
3.6.1 (2025-10-20)
Full Changelog: v3.6.0...v3.6.1
Bug Fixes
v3.6.0Compare Source
Full Changelog: v3.6.0...v3.6.1
Bug Fixes
v3.5.0Compare Source
Full Changelog: v3.5.0...v3.6.0
Features
Bug Fixes
v3.4.0Compare Source
Full Changelog: v3.4.0...v3.5.0
Features
v3.3.0Compare Source
Full Changelog: v3.3.0...v3.4.0
Features
Chores
v3.2.0Compare Source
Full Changelog: v3.2.0...v3.3.0
Features
v3.1.0Compare Source
Full Changelog: v3.1.0...v3.2.0
Features
v3.0.1Compare Source
Full Changelog: v3.0.1...v3.1.0
Features
v3.0.0Compare Source
Full Changelog: v3.0.0...v3.0.1
Bug Fixes
v2.7.1Compare Source
Full Changelog: v2.7.1...v3.0.0
⚠ BREAKING CHANGES
ResponseFunctionToolCallOutputItem.outputandResponseCustomToolCallOutput.outputnow returnstring | Array<ResponseInputText | ResponseInputImage | ResponseInputFile>instead ofstringonly. This may break existing callsites that assumeoutputis always a string.Features
v2.7.0Compare Source
Full Changelog: v2.7.0...v2.7.1
Bug Fixes
v2.6.1Compare Source
Full Changelog: v2.6.1...v2.7.0
Features
v2.6.0Compare Source
Full Changelog: v2.6.0...v2.6.1
Bug Fixes
Chores
v2.5.0Compare Source
Full Changelog: v2.5.0...v2.6.0
Features
v2.4.3Compare Source
Full Changelog: v2.4.3...v2.5.0
Features
v2.4.2Compare Source
Full Changelog: v2.4.2...v2.4.3
Chores
v2.4.1Compare Source
Full Changelog: v2.4.1...v2.4.2
Chores
v2.4.0Compare Source
Full Changelog: v2.4.0...v2.4.1
Chores
v2.3.1Compare Source
Full Changelog: v2.3.1...v2.4.0
Features
v2.3.0Compare Source
Full Changelog: v2.3.0...v2.3.1
Bug Fixes
v2.2.2Compare Source
Full Changelog: v2.2.2...v2.3.0
Features
v2.2.1Compare Source
Full Changelog: v2.2.1...v2.2.2
Bug Fixes
v2.2.0Compare Source
Full Changelog: v2.2.0...v2.2.1
Chores
v2.1.1Compare Source
Full Changelog: v2.1.1...v2.2.0
Features
Bug Fixes
Chores
v2.1.0Compare Source
Full Changelog: v2.1.0...v2.1.1
Chores
v2.0.2Compare Source
Full Changelog: v2.0.2...v2.1.0
Features
Documentation
v2.0.1Compare Source
Full Changelog: v2.0.1...v2.0.2
Chores
v2.0.0Compare Source
Full Changelog: v2.0.0...v2.0.1
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 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.