Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v4.1.7 -> v6.0.0 age adoption passing confidence
actions/setup-node action major v4.0.3 -> v6.0.0 age adoption passing confidence
actions/upload-artifact action major v4.4.0 -> v5.0.0 age adoption passing confidence
axios (source) dependencies minor 1.7.7 -> 1.13.2 age adoption passing confidence
babel-jest (source) devDependencies major ^29.0.0 -> ^30.0.0 age adoption passing confidence
babel-loader devDependencies major ^9.0.0 -> ^10.0.0 age adoption passing confidence
coverallsapp/github-action action digest 643bc37 -> ba6dae8
eslint (source) devDependencies minor 9.10.0 -> 9.39.1 age adoption passing confidence
eslint-plugin-jest devDependencies major ^28.8.3 -> ^29.0.0 age adoption passing confidence
github/codeql-action action major v3.26.6 -> v4.31.6 age adoption passing confidence
jest (source) devDependencies major ^29.0.0 -> ^30.0.0 age adoption passing confidence
jest-environment-jsdom (source) devDependencies major ^29.3.1 -> ^30.0.0 age adoption passing confidence
nock devDependencies major ^13.0.0 -> ^14.0.0 age adoption passing confidence
node uses-with major 18.x -> 24.x age adoption passing confidence
ossf/scorecard-action action patch v2.4.0 -> v2.4.3 age adoption passing confidence
step-security/harden-runner action minor v2.9.1 -> v2.13.3 age adoption passing confidence
webpack-cli (source) devDependencies major ^5.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.0

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

actions/setup-node (actions/setup-node)

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

actions/upload-artifact (actions/upload-artifact)

v5.0.0

Compare Source

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

axios/axios (axios)

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release

v1.12.2

Compare Source

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

v1.12.1

Compare Source

Bug Fixes
Contributors to this release

v1.12.0

Compare Source

Bug Fixes
Features
  • adapter: surface low‑level network error details; attach original error via cause (#​6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#​7003) (c959ff2)
  • support reviver on JSON.parse (#​5926) (2a97634), closes #​5924
  • types: extend AxiosResponse interface to include custom headers type (#​6782) (7960d34)
Contributors to this release

v1.11.0

Compare Source

Bug Fixes
Contributors to this release

v1.10.0

Compare Source

Bug Fixes
  • adapter: pass fetchOptions to fetch function (#​6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#​6917) (5064b10)
  • package: add module entry point for React Native; (#​6933) (3d343b8)
Features
Contributors to this release

v1.9.0

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from b79ef52 to 8c5f716 Compare May 8, 2024 21:33
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d4fc78e to cd9ae26 Compare May 13, 2024 14:04
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from c2adb71 to 0be4468 Compare May 22, 2024 04:45
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 878cb4e to 45c41c3 Compare June 4, 2024 15:50
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 7c24ab9 to 754b37b Compare June 13, 2024 15:01
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cb667d2 to 1cef6b1 Compare June 28, 2024 18:37
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 02ff060 to 5fb1779 Compare July 12, 2024 09:40
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b7a40a4 to 4335087 Compare July 19, 2024 16:23
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a0e4356 to ad5586f Compare October 14, 2025 05:44
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 9c17e8d to 5c09c2a Compare October 24, 2025 21:39
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 582e7f1 to 861301f Compare November 1, 2025 00:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4f3cf3b to 283de8f Compare November 5, 2025 09:02
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b6ec67c to 7f46658 Compare November 18, 2025 00:03
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from cb5a5aa to 5570644 Compare November 24, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant