Update V8 Version Core Workflow 1. Read and follow its version-bump sequence. Treat that document as the release-process source of truth. 2. Inspect and update the concrete repo surfaces that carry the pin: - - - - - - the matching manifest when the remaining prebuilt inputs change 3. Keep the existing checksum helpers in the loop: 4. Validate the release-candidate path before broadening the work: - Prefer checking the CI result for the candidate branch or PR when one exists, using GitHub check tooling or as appropriate. - If CI is unavailable or the user asked for a local-only check, run the…