stackabletech / stackable-cockpit

Home of stackable-cockpit, stackablectl and stackable-cockpitd
https://docs.stackable.tech/management/stable/
Other
7 stars 2 forks source link

chore(deps): update actions/github-script action to v6.4.1 #247

Closed stackable-bot closed 4 months ago

stackable-bot commented 4 months ago

This PR contains the following updates:

Package Type Update Change
actions/github-script action minor v6 -> v6.4.1

[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

actions/github-script (actions/github-script) ### [`v6.4.1`](https://togithub.com/actions/github-script/releases/tag/v6.4.1) [Compare Source](https://togithub.com/actions/github-script/compare/v6.4.0...v6.4.1) ##### What's Changed - Add [@​octokit/plugin-request-log](https://togithub.com/octokit/plugin-request-log), to produce debug output for requests by [@​mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/358](https://togithub.com/actions/github-script/pull/358) - fix input handling by [@​mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/357](https://togithub.com/actions/github-script/pull/357) - Remove unused dependencies by [@​mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/356](https://togithub.com/actions/github-script/pull/356) - Default debug to current runner debug state by [@​mjpieters](https://togithub.com/mjpieters) in [https://github.com/actions/github-script/pull/363](https://togithub.com/actions/github-script/pull/363) ##### New Contributors - [@​mjpieters](https://togithub.com/mjpieters) made their first contribution in [https://github.com/actions/github-script/pull/358](https://togithub.com/actions/github-script/pull/358) **Full Changelog**: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1 ### [`v6.4.0`](https://togithub.com/actions/github-script/releases/tag/v6.4.0) [Compare Source](https://togithub.com/actions/github-script/compare/v6.3.3...v6.4.0) ##### What's Changed - Bump json5 from 2.1.3 to 2.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/github-script/pull/319](https://togithub.com/actions/github-script/pull/319) - Bump minimatch from 3.0.4 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/github-script/pull/320](https://togithub.com/actions/github-script/pull/320) - Add node-fetch by [@​danmichaelo](https://togithub.com/danmichaelo) in [https://github.com/actions/github-script/pull/321](https://togithub.com/actions/github-script/pull/321) ##### New Contributors - [@​jongwooo](https://togithub.com/jongwooo) made their first contribution in [https://github.com/actions/github-script/pull/313](https://togithub.com/actions/github-script/pull/313) - [@​austinvazquez](https://togithub.com/austinvazquez) made their first contribution in [https://github.com/actions/github-script/pull/306](https://togithub.com/actions/github-script/pull/306) - [@​danmichaelo](https://togithub.com/danmichaelo) made their first contribution in [https://github.com/actions/github-script/pull/321](https://togithub.com/actions/github-script/pull/321) **Full Changelog**: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0 ### [`v6.3.3`](https://togithub.com/actions/github-script/releases/tag/v6.3.3) [Compare Source](https://togithub.com/actions/github-script/compare/v6.3.2...v6.3.3) ##### What's Changed - Update `@actions/glob` to 0.3.0 by [@​nineinchnick](https://togithub.com/nineinchnick) in [https://github.com/actions/github-script/pull/279](https://togithub.com/actions/github-script/pull/279) ##### New Contributors - [@​nineinchnick](https://togithub.com/nineinchnick) made their first contribution in [https://github.com/actions/github-script/pull/279](https://togithub.com/actions/github-script/pull/279) **Full Changelog**: https://github.com/actions/github-script/compare/v6.3.2...v6.3.3 ### [`v6.3.2`](https://togithub.com/actions/github-script/releases/tag/v6.3.2) [Compare Source](https://togithub.com/actions/github-script/compare/v6.3.1...v6.3.2) ##### What's Changed - Update [@​actions/core](https://togithub.com/actions/core) to 1.10.0 by [@​rentziass](https://togithub.com/rentziass) in [https://github.com/actions/github-script/pull/295](https://togithub.com/actions/github-script/pull/295) ##### New Contributors - [@​rentziass](https://togithub.com/rentziass) made their first contribution in [https://github.com/actions/github-script/pull/295](https://togithub.com/actions/github-script/pull/295) **Full Changelog**: https://github.com/actions/github-script/compare/v6.3.1...v6.3.2 ### [`v6.3.1`](https://togithub.com/actions/github-script/releases/tag/v6.3.1) [Compare Source](https://togithub.com/actions/github-script/compare/v6.3.0...v6.3.1) ##### What's Changed - Fix overriding request options from [@​actions/github](https://togithub.com/actions/github) by [@​luketomlinson](https://togithub.com/luketomlinson) in [https://github.com/actions/github-script/pull/293](https://togithub.com/actions/github-script/pull/293) **Full Changelog**: https://github.com/actions/github-script/compare/v6.3.0...v6.3.1 ### [`v6.3.0`](https://togithub.com/actions/github-script/releases/tag/v6.3.0) [Compare Source](https://togithub.com/actions/github-script/compare/v6.2.0...v6.3.0) ##### What's Changed - Add retry plugin and related options by [@​luketomlinson](https://togithub.com/luketomlinson) in [https://github.com/actions/github-script/pull/288](https://togithub.com/actions/github-script/pull/288), see https://github.com/actions/github-script/tree/v6.3.0#retries for more information. ##### New Contributors - [@​luketomlinson](https://togithub.com/luketomlinson) made their first contribution in [https://github.com/actions/github-script/pull/288](https://togithub.com/actions/github-script/pull/288) **Full Changelog**: https://github.com/actions/github-script/compare/v6.2.0...v6.3.0 ### [`v6.2.0`](https://togithub.com/actions/github-script/releases/tag/v6.2.0) [Compare Source](https://togithub.com/actions/github-script/compare/v6.1.1...v6.2.0) ##### What's Changed - Update `@octokit/plugin-rest-endpoint-methods` to version 6.x by [@​desrosj](https://togithub.com/desrosj) in [https://github.com/actions/github-script/pull/283](https://togithub.com/actions/github-script/pull/283) ##### New Contributors - [@​desrosj](https://togithub.com/desrosj) made their first contribution in [https://github.com/actions/github-script/pull/283](https://togithub.com/actions/github-script/pull/283) **Full Changelog**: https://github.com/actions/github-script/compare/v6.1.1...v6.2.0 ### [`v6.1.1`](https://togithub.com/actions/github-script/releases/tag/v6.1.1) [Compare Source](https://togithub.com/actions/github-script/compare/v6.1.0...v6.1.1) ##### What's Changed - Bump shell-quote from 1.7.2 to 1.7.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/github-script/pull/270](https://togithub.com/actions/github-script/pull/270) - Bump [@​actions/core](https://togithub.com/actions/core) to 1.9.1 by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/github-script/pull/280](https://togithub.com/actions/github-script/pull/280) ##### Non-code changes - Create codeql-analysis.yml by [@​joshmgross](https://togithub.com/joshmgross) in [https://github.com/actions/github-script/pull/267](https://togithub.com/actions/github-script/pull/267) - Improve grammar by [@​kevgo](https://togithub.com/kevgo) in [https://github.com/actions/github-script/pull/269](https://togithub.com/actions/github-script/pull/269) ##### New Contributors - [@​kevgo](https://togithub.com/kevgo) made their first contribution in [https://github.com/actions/github-script/pull/269](https://togithub.com/actions/github-script/pull/269) - [@​cory-miller](https://togithub.com/cory-miller) made their first contribution in [https://github.com/actions/github-script/pull/280](https://togithub.com/actions/github-script/pull/280) **Full Changelog**: https://github.com/actions/github-script/compare/v6.1.0...v6.1.1 ### [`v6.1.0`](https://togithub.com/actions/github-script/releases/tag/v6.1.0) [Compare Source](https://togithub.com/actions/github-script/compare/v6...v6.1.0) ##### What's Changed - Bump minimist from 1.2.5 to 1.2.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/github-script/pull/251](https://togithub.com/actions/github-script/pull/251) - Update `@actions/core` to 1.8.1 by [@​smaeda-ks](https://togithub.com/smaeda-ks) in [https://github.com/actions/github-script/pull/263](https://togithub.com/actions/github-script/pull/263) ##### New Contributors - [@​josh-](https://togithub.com/josh-) made their first contribution in [https://github.com/actions/github-script/pull/252](https://togithub.com/actions/github-script/pull/252) - [@​dlech](https://togithub.com/dlech) made their first contribution in [https://github.com/actions/github-script/pull/254](https://togithub.com/actions/github-script/pull/254) - [@​smaeda-ks](https://togithub.com/smaeda-ks) made their first contribution in [https://github.com/actions/github-script/pull/263](https://togithub.com/actions/github-script/pull/263) **Full Changelog**: https://github.com/actions/github-script/compare/v6.0.0...v6.1.0

Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, 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.



This PR has been generated by Renovate Bot.