Skip to content

chore(deps): update external major (major)#5

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate-major-external-major
Open

chore(deps): update external major (major)#5
renovate[bot] wants to merge 1 commit intomainfrom
renovate-major-external-major

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 8, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
actions/checkout action major v3v6 age confidence
actions/setup-node action major v3v6 v6.4.0 age confidence
chai (source) devDependencies major 4.3.76.2.2 age confidence
node uses-with major 1424 age confidence
sinon (source) devDependencies major 15.0.121.1.2 age confidence
stylelint (source) devDependencies major 14.16.117.8.0 17.9.1 (+1) age confidence
stylelint-config-standard devDependencies major 29.0.040.0.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

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

v5

Compare Source

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

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v4

Compare Source

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

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

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

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

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

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

v6

Compare Source

v5

Compare Source

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

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

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

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

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

v4.0.0

Compare Source

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in #​866

Besides, release contains such changes as:

New Contributors

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

v4

Compare Source

v3.9.1

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.9.1

v3.9.0

Compare Source

What's Changed
  • Upgrade @​actions/cache to 4.0.3 by @​gowridurgad in #​1270
    In scope of this release we updated actions/cache package to ensure continued support and compatibility, as older versions of the package are now deprecated. For more information please refer to the toolkit/cache.

Full Changelog: actions/setup-node@v3...v3.9.0

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in #​831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

What's Changed

Bug fixes:
Feature implementations:
  • feat: handling the case where "node" is used for tool-versions file. by @​xytis in #​812
Documentation changes:
Update dependencies:

New Contributors

Full Changelog: actions/setup-node@v3...v3.8.0

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

v3.6.0: Add Support for Nightly, Canary and RC builds for Node.js

Compare Source

In scope of this release we added support to download nightly, rc (#​611) and canary (#​619) Node.js distributions.

For nightly versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
For canary versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
For rc versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

Note: For more examples please refer to documentation.

Besides, we added the following changes as:

  • Updated minimatch: #​608
  • Fixed extra newline character in version output when reading from a file: #​625
  • Passed the token input through on GHES: #​595
  • Fixed issue with scoped registries are duplicated in npmrc: #​637

v3.5.1: Update @​actions/core and Print Node, Npm, Yarn versions

Compare Source

In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.

v3.5.0: Add support for engines.node and Volta

Compare Source

In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. #​485. Moreover, we added support for Volta

Besides, we updated @​actions/core to 1.9.1 and @​actions/cache to 3.0.4

v3.4.1: Fix pnpm output and node-version output issues

Compare Source

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path #​545. Moreover we fixed the issue with falling on node-version output #​540.

v3.4.0: Add support for asdf format and update actions/cache version to 3.0.0

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file #​373. Besides, we introduced new output node-version and added npm-shrinkwrap.json to dependency file patterns: #​439

v3.3.0: Add support for lts/-n aliases

Compare Source

In scope of this release we added support for lts/-n aliases, improve logic for current, latest and node aliases to handle them from toolcache, update ncc package.

Support of lts/-n aliases
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    

> ✂ **Note**
> 
> PR body was truncated to here.


</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/Zurich)

- Branch creation
  - "after 2pm on Monday"
- 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- 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/adobe/aemms).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

@aem-code-sync
Copy link
Copy Markdown

aem-code-sync Bot commented Apr 8, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-sync branch

Note: PSI checks are disabled due to site authentication. Please utilize your org/client side GHA PSI implementation

Commits

@renovate renovate Bot force-pushed the renovate-major-external-major branch from 04da99a to b74d2d4 Compare April 24, 2024 11:52
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major April 24, 2024 11:52 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from b74d2d4 to 553de6c Compare May 2, 2024 11:58
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 2, 2024 11:58 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 553de6c to 59b0b0b Compare May 9, 2024 02:58
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 9, 2024 02:58 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 59b0b0b to b5927e2 Compare May 10, 2024 20:56
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 10, 2024 20:56 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from b5927e2 to ed41760 Compare May 23, 2024 05:42
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 23, 2024 05:42 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from ed41760 to f616581 Compare May 25, 2024 02:58
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 25, 2024 02:58 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from f616581 to 0d2368e Compare May 28, 2024 17:50
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major May 28, 2024 17:50 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 0d2368e to 34687b2 Compare June 21, 2024 08:58
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major June 21, 2024 08:58 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 34687b2 to fb72ab8 Compare July 14, 2024 20:33
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major July 14, 2024 20:33 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from fb72ab8 to 48b69e8 Compare July 31, 2024 02:47
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major July 31, 2024 02:47 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 48b69e8 to 176ba5a Compare August 15, 2024 23:35
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major August 15, 2024 23:35 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 176ba5a to e1d6d82 Compare August 28, 2024 12:24
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major August 28, 2024 12:24 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from e1d6d82 to 3658c31 Compare September 10, 2024 23:20
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major September 10, 2024 23:20 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 3658c31 to 9cbe43a Compare September 13, 2024 05:47
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major September 13, 2024 05:47 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 9cbe43a to 1f40ef8 Compare September 14, 2024 02:43
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major January 16, 2025 07:24 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 6b5f8d8 to e7230e0 Compare January 25, 2025 18:41
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major January 25, 2025 18:41 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from e7230e0 to fb2c6f4 Compare January 28, 2025 03:19
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major January 28, 2025 03:19 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from fb2c6f4 to c4a9572 Compare February 15, 2025 12:04
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major February 15, 2025 12:04 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from c4a9572 to 26e52d9 Compare February 28, 2025 23:49
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major February 28, 2025 23:49 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 26e52d9 to d96d849 Compare March 12, 2025 00:17
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 12, 2025 00:17 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from d96d849 to 383de0c Compare March 15, 2025 07:40
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 15, 2025 07:40 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 383de0c to 21e3598 Compare March 20, 2025 07:52
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 20, 2025 07:52 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 21e3598 to 2c481bc Compare March 25, 2025 23:50
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 25, 2025 23:50 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 2c481bc to 0ec6f2b Compare March 29, 2025 03:32
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major March 29, 2025 03:32 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 0ec6f2b to c0008b1 Compare April 7, 2025 04:11
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major April 7, 2025 04:11 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from c0008b1 to ec5f8a4 Compare April 26, 2025 11:58
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major April 26, 2025 11:58 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from ec5f8a4 to 8b37295 Compare June 1, 2025 07:26
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major June 1, 2025 07:26 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 8b37295 to 90bf48d Compare June 15, 2025 07:40
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major June 15, 2025 07:40 Inactive
@renovate renovate Bot force-pushed the renovate-major-external-major branch from 90bf48d to 624741f Compare June 28, 2025 20:01
@aem-code-sync aem-code-sync Bot temporarily deployed to renovate-major-external-major June 28, 2025 20:01 Inactive
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.

0 participants