Skip to content

Commit 7cc61f3

Browse files
chore(deps): update js-devtools/npm-publish action to v4 (#922)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JS-DevTools/npm-publish](https://redirect.github.com/JS-DevTools/npm-publish) | action | major | `v3.1.1` -> `v4.0.0` | --- ### Release Notes <details> <summary>JS-DevTools/npm-publish (JS-DevTools/npm-publish)</summary> ### [`v4.0.0`](https://redirect.github.com/JS-DevTools/npm-publish/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/JS-DevTools/npm-publish/compare/v3.1.1...v4.0.0) The `v4` release updates the action runtime to Node 24, but there have been no usage changes to the action. [Immutable releases](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases) have been enabled for this repository. As a security practice, we recommend pinning to an exact release: ```yaml - uses: JS-DevTools/[email protected] with: token: ${{ secrets.NPM_TOKEN }} ``` ##### ⚠ BREAKING CHANGES - The action now runs on Node 24 with npm 11 - The library and CLI now require Node >= 20, Node 16 and 18 are no longer supported - The library is now ESM only ##### Features - update action runtime to Node 24 ([#&#8203;231](https://redirect.github.com/JS-DevTools/npm-publish/issues/231)) ([0b36106](https://redirect.github.com/JS-DevTools/npm-publish/commit/0b36106dbd9cd4915500664889efae23fbef0792)) ##### Bug Fixes - **deps:** bump the production group across 1 directory with 5 updates ([#&#8203;238](https://redirect.github.com/JS-DevTools/npm-publish/issues/238)) ([314ae61](https://redirect.github.com/JS-DevTools/npm-publish/commit/314ae618152af5664459e83148cbc2a6cccae17a)) - **deps:** update tar and semver dependencies ([#&#8203;194](https://redirect.github.com/JS-DevTools/npm-publish/issues/194)) ([cd26c94](https://redirect.github.com/JS-DevTools/npm-publish/commit/cd26c94e5e1d0969f83432de537ea838d9c8ce4a)) - update dry-run and publish conflict logic for npm>=10 ([#&#8203;232](https://redirect.github.com/JS-DevTools/npm-publish/issues/232)) ([62716ea](https://redirect.github.com/JS-DevTools/npm-publish/commit/62716ea038d8ca7356d207d14f5bdebbc57602ac)) - **windows:** allow spawning `npm` cli on windows ([#&#8203;199](https://redirect.github.com/JS-DevTools/npm-publish/issues/199)) ([f45e793](https://redirect.github.com/JS-DevTools/npm-publish/commit/f45e793c85d8f38bbd07848de2afe3b1c58ff985)), closes [#&#8203;198](https://redirect.github.com/JS-DevTools/npm-publish/issues/198) ##### Code Refactoring - switch module format to ESM ([#&#8203;234](https://redirect.github.com/JS-DevTools/npm-publish/issues/234)) ([e081941](https://redirect.github.com/JS-DevTools/npm-publish/commit/e081941d3305d566416be9c3e8f43fe643c10623)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ayushmanchhabra/vsx). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c420419 commit 7cc61f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- name: Build output
1818
run: npm run build
1919
- name: Publish to npm
20-
uses: JS-DevTools/npm-publish@v3.1.1
20+
uses: JS-DevTools/npm-publish@v4.0.0
2121
with:
2222
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)