phpstan / extension-installer

Composer plugin for automatic installation of PHPStan extensions.
MIT License
391 stars 27 forks source link

chore(deps): update github-actions (major) #52

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
dessant/lock-threads action major v2 -> v3
metcalfc/changelog-generator action major v1.0.1 -> v3.0.0

Release Notes

dessant/lock-threads ### [`v3`](https://togithub.com/dessant/lock-threads/compare/v2...v3) [Compare Source](https://togithub.com/dessant/lock-threads/compare/v2...v3)
metcalfc/changelog-generator ### [`v3.0.0`](https://togithub.com/metcalfc/changelog-generator/releases/v3.0.0) [Compare Source](https://togithub.com/metcalfc/changelog-generator/compare/v2.0.0...v3.0.0) This release changes the default order of commits in the changelog to match the command line default (chronological order). If you want to keep the old reverse chronological order there is a new action input you can set `reverse`: - name: Reverse the generated changelog id: changelog-rev uses: metcalfc/changelog-generator@v3.0.0 with: myToken: ${{ secrets.GITHUB_TOKEN }} head-ref: 'v0.0.2' base-ref: 'v0.0.1' reverse: 'true' - [`32988f6`](http://github.com/metcalfc/changelog-generator/commit/32988f6bad675d2e38a9d84a956c02b8fe7c5c7f) - Bump eslint from 8.0.1 to 8.1.0 - [`2005b9a`](http://github.com/metcalfc/changelog-generator/commit/2005b9a867784b09b18906e31777edb441513559) - Merge pull request [#​94](https://togithub.com/metcalfc/changelog-generator/issues/94) from metcalfc/dependabot/npm_and_yarn/eslint-8.1.0 - [`650acdc`](http://github.com/metcalfc/changelog-generator/commit/650acdcfdc62114f76584ec0cf2cb2389a6f79e2) - Bump eslint from 8.1.0 to 8.2.0 - [`153d5bd`](http://github.com/metcalfc/changelog-generator/commit/153d5bd27b1312aaab6251cd2dc4648fba90c886) - Merge pull request [#​95](https://togithub.com/metcalfc/changelog-generator/issues/95) from metcalfc/dependabot/npm_and_yarn/eslint-8.2.0 - [`edf68eb`](http://github.com/metcalfc/changelog-generator/commit/edf68eba08fd705844cda2e4496cf8e716de764a) - Bump [@​vercel/ncc](https://togithub.com/vercel/ncc) from 0.31.1 to 0.32.0 - [`cc17b6d`](http://github.com/metcalfc/changelog-generator/commit/cc17b6dd35dd95b79dbc559929ccc9dd6991b227) - Update tests for new reverse option. - [`7daf4da`](http://github.com/metcalfc/changelog-generator/commit/7daf4da4135ed7787fb71b0f9ddb688c750fcc14) - Change the order of logs to match git log. - [`0fcd088`](http://github.com/metcalfc/changelog-generator/commit/0fcd088cf6e7d76fd22de1d5ed14de20e702a04f) - Force the changelog action to use the current. - [`0fe53bf`](http://github.com/metcalfc/changelog-generator/commit/0fe53bf6aa1de1f5d404dd3ff6f62a3bf40c68e9) - Revert "Bump [@​vercel/ncc](https://togithub.com/vercel/ncc) from 0.31.1 to 0.32.0" - [`a76f2c1`](http://github.com/metcalfc/changelog-generator/commit/a76f2c11583e119ecbec676acb23ba6e07ea617e) - Cleanup from ncc revert. - [`6a73d83`](http://github.com/metcalfc/changelog-generator/commit/6a73d830c3191442cb22efe153073b4a36e0c3ea) - Bumping to 3.0.0 because adding reverse input as a breaking change. ### [`v2.0.0`](https://togithub.com/metcalfc/changelog-generator/releases/v2.0.0) [Compare Source](https://togithub.com/metcalfc/changelog-generator/compare/v1.0.1...v2.0.0) - [`e16f916`](http://github.com/metcalfc/changelog-generator/commit/e16f9169acc9433323e8bbd83fd071e7f088d5e8) - Adding support for gitpod. - [`7eb6ada`](http://github.com/metcalfc/changelog-generator/commit/7eb6ada30ef70d2654f270d4afb249b8fd2fd965) - Convert to ES6. - [`c3f61b2`](http://github.com/metcalfc/changelog-generator/commit/c3f61b2a3db543ceee83c759ac8e48419a1a2211) - Merge pull request [#​88](https://togithub.com/metcalfc/changelog-generator/issues/88) from metcalfc/es6 - [`291e473`](http://github.com/metcalfc/changelog-generator/commit/291e473e3747c19d78167f65c7c44037137b4dbc) - Bump eslint from 8.0.0 to 8.0.1 - [`ff0e06b`](http://github.com/metcalfc/changelog-generator/commit/ff0e06b777223d3eff383fe87ac124871a9171f1) - Merge pull request [#​89](https://togithub.com/metcalfc/changelog-generator/issues/89) from metcalfc/dependabot/npm_and_yarn/eslint-8.0.1 - [`20f9702`](http://github.com/metcalfc/changelog-generator/commit/20f97024e8b0e52969f4d89fd5168f49feba99b9) - format code with yaml - [`2d09b90`](http://github.com/metcalfc/changelog-generator/commit/2d09b90565af623f2d63fb1ff36d2d1a56c69d72) - Merge pull request [#​90](https://togithub.com/metcalfc/changelog-generator/issues/90) from wibbuffey/patch-1 - [`a991ef7`](http://github.com/metcalfc/changelog-generator/commit/a991ef732826f01b28f3788dab5cabf7bdffb4fe) - Update release.yml - [`44ef091`](http://github.com/metcalfc/changelog-generator/commit/44ef0916f9f6ba405da3d119621a490260f7563e) - Ignore backticks when echoing the changelog. - [`36466c9`](http://github.com/metcalfc/changelog-generator/commit/36466c98df1b58c593637ca3ace5b7ac578dba1b) - Remove backticks from markdown. - [`225f098`](http://github.com/metcalfc/changelog-generator/commit/225f098864d46f3bb8dac874345c5d46127f4d99) - No markdown characters that mean anything in the shell. - [`4a06273`](http://github.com/metcalfc/changelog-generator/commit/4a06273f32ee054d079ae37f5450a1b2941ba013) - Include a test for the example in the README. - [`3aa3286`](http://github.com/metcalfc/changelog-generator/commit/3aa32868218b42af165ba60f1b8855e72ab808c5) - Adding an example for mutating the changelog. - [`b63471a`](http://github.com/metcalfc/changelog-generator/commit/b63471a5a190a9543772922da4d0973e782389b1) - Note: Output format change.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by WhiteSource Renovate. View repository job log here.