chore(deps): update go-indirect (major)#974
Closed
renovate[bot] wants to merge 2 commits intomainfrom
Closed
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Quentin-CS
pushed a commit
to Quentin-CS/micasa
that referenced
this pull request
Apr 25, 2026
…ev#976) Two fixes tied to PR micasa-dev#974, where `update-vendor-hash.yml` committed `sha256-AAAAAAAAAAAA...=` to `nix/package.nix`. ## What went wrong Renovate opened micasa-dev#974 to major-bump `github.com/openai/openai-go` (indirect). Nothing in the repo imports `openai-go/v3` — `go mod why github.com/openai/openai-go/v3` reports `(main module does not need package ...)` — so `go mod tidy` in the vendor-hash workflow removes it. The vendor contents then match the pre-PR state, so `new_hash == old_hash`. The compute step writes the fake sentinel first, runs `nix build`, parses `got: sha256-...`, then — on the `old_hash == new_hash` branch — exits before the final `sed` that restores the real hash. `go mod tidy` still left `go.mod`/`go.sum` changes, so `git diff --cached` wasn't empty, and `Commit and push` ran with the fake hash still in `nix/package.nix`. `Verify build` was gated on `changed == 'true'` so it was skipped. See run [24829437487](https://github.com/micasa-dev/micasa/actions/runs/24829437487): `vendorHash unchanged (sha256-wDz1EKWKPkubV8NcBGQnLnRi4XT0rCjOQBKtO/yRdds=), nothing to do` immediately followed by `[renovate/major-go-indirect ee7cceb] chore: update vendorHash for Go dependency changes`. ## Changes - `.github/workflows/update-vendor-hash.yml` — move the restoration `sed` ahead of the unchanged-check, so the file always holds a real hash before any exit. Pipe `grep` through `head -n1` as a defense against multi-line output. - `renovate.json` — set `separateMajorMinor`, `separateMultipleMajor`, and `separateMinorPatch` to `false` on the `go-indirect` rule so every indirect update lands in one PR regardless of semver level. ## Reproduction 1. Open a Renovate PR that bumps only an unused indirect dep (e.g. `openai-go` v1 → v3). 2. `update-vendor-hash.yml` fires on the push. 3. `go mod tidy` removes the unused dep; vendor contents unchanged. 4. Before the fix: fake hash is committed. After the fix: the real hash is restored and only `go.mod`/`go.sum` (if tidied) end up in the commit. ## Follow-up PR micasa-dev#974 still has the fake-hash commit in its branch history and now conflicts on `nix/package.nix` with micasa-dev#973's legitimate vendorHash update. Once this merges, close micasa-dev#974 — Renovate will open a replacement under the new batched config.
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.30Release 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.