chore(github-actions): update reqstool/.github action to v1.1.0 - #96
Merged
Conversation
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:
1.0.0→1.1.01.0.0→1.1.0Release Notes
reqstool/.github (reqstool/.github)
v1.1.0Compare Source
Changed
VS Code extensions now publish with the registries' own CLIs (#99) —
vsce(Microsoft) andovsx(Eclipse Foundation), replacingHaaLeo/publish-vscode-extension.The forcing issue is authentication: Azure DevOps retires global Personal Access Tokens on 2026-12-01, and that action declares
patas required with no Microsoft Entra ID support, so it cannot follow us onto the replacement. See #98.Two problems resolve as a side effect: the action still declared
node20— the source of the "Node 20 is being deprecated" warning on every publish — and it had received no commit since June 2025.New input
typescript-publish-to-vscode.ymlacceptsazure-credential(defaultfalse). Leaving it off keepsVSCE_PATauthentication working exactly as before; setting it true switches to Entra ID once that is set up.Consumer action
reqstool-vscodeneedsovsxin its devDependencies — already merged as reqstool-vscode#109. Other repos are unaffected by this release.Also on main
Documentation of how this repository is versioned (#102), the Renovate change that lets Renovate maintain consumers' pins to this repo (#96, already live —
renovate.json5is read frommainrather than from a tag), and routine Renovate bumps.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.