logstash
logstash copied to clipboard
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: actions/checkout, actions/setup-node and actions/github-script.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takostin actions/checkout#1436- Support fetching without the --progress option by
@simonbairdin actions/checkout#1067- Release 4.0.0 by
@takostin actions/checkout#1447New Contributors
@takostmade their first contribution in actions/checkout#1436@simonbairdmade their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dschoin actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreckin actions/checkout#579- Release 3.6.0 by
@luketomlinsonin actions/checkout#1437New Contributors
@RobertWieczoreckmade their first contribution in actions/checkout#579@luketomlinsonmade their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanicsin actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulosin actions/checkout#1287- Add support for sparse checkouts by
@dschoand@dfdezin actions/checkout#1369- Release v3.5.3 by
@TingluoHuangin actions/checkout#1376New Contributors
@megamanicsmade their first contribution in actions/checkout#1196@DimitriPapadopoulosmade their first contribution in actions/checkout#1287@dfdezmade their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerlin actions/checkout#1289 based on #1286 by@1newsrFull Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/githubdependency by@BrettDongin actions/checkout#1246New Contributors
@BrettDongmade their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkoutby@jww3in actions/checkout#1656- Add SSH user parameter by
@cory-millerin actions/checkout#1685- Update
actions/checkoutversion inupdate-main-version.ymlby@jww3in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present@dschoin actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbein actions/checkout#1511- Link to release page from what's new section by
@cory-millerin actions/checkout#1514v4.1.0
... (truncated)
Commits
11bd719Prepare 4.2.2 Release (#1953)e3d2460Expand unit test coverage (#1946)163217durl-helper.tsnow leverages well-known environment variables. (#1941)eef6144Prepare 4.2.1 release (#1925)6b42224Add workflow file for publishing releases to immutable action package (#1919)de5a000Check out other refs/* by commit if provided, fall back to ref (#1924)d632683Prepare 4.2.0 release (#1878)6d193bfBump braces from 3.0.2 to 3.0.3 (#1777)db0cee9Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1872)b684943Add Ref and Commit outputs (#1180)- Additional commits viewable in compare view
Updates actions/setup-node from 3 to 4
Release notes
Sourced from actions/setup-node's releases.
v4.0.0
What's Changed
In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866
Besides, release contains such changes as:
- Upgrade actions/checkout to v4 by
@gmembre-zenikain actions/setup-node#868- Update actions/checkout for documentation and yaml by
@dmitry-shibanovin actions/setup-node#876New Contributors
@gmembre-zenikamade their first contribution in actions/setup-node#868Full Changelog: https://github.com/actions/setup-node/compare/v3...v4.0.0
v3.9.1
What's Changed
- Add workflow file for publishing releases to immutable action package by
@aparnajyothi-yin actions/setup-node#1281Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.9.1
v3.9.0
What's Changed
- Upgrade
@actions/cacheto 4.0.3 by@gowridurgadin actions/setup-node#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: https://github.com/actions/setup-node/compare/v3...v3.9.0
v3.8.2
What's Changed
- Update semver by
@dmitry-shibanovin actions/setup-node#861- Update temp directory creation by
@nikolai-laevskiiin actions/setup-node#859- Bump
@babel/traversefrom 7.15.4 to 7.23.2 by@dependabotin actions/setup-node#870- Add notice about binaries not being updated yet by
@nikolai-laevskiiin actions/setup-node#872- Update toolkit cache and core by
@dmitry-shibanovand@seongwon-privatenotein actions/setup-node#875Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.2
v3.8.1
What's Changed
In scope of this release, the filter was removed within the cache-save step by
@dmitry-shibanovin actions/setup-node#831. It is filtered and checked in the toolkit/cache library.Full Changelog: https://github.com/actions/setup-node/compare/v3...v3.8.1
v3.8.0
What's Changed
Bug fixes:
- Add check for existing paths by
@dmitry-shibanovin actions/setup-node#803
... (truncated)
Commits
49933eaBump@action/cachefrom 4.0.2 to 4.0.3 (#1262)e3ce749feat: support private mirrors (#1240)40337cbAdd support for indented eslint output (#1245)1ccdddcMake eslint-compact matcher compatible with Stylelint (#98)cdca736Bump@actions/tool-cachefrom 2.0.1 to 2.0.2 (#1220)22c0e74Bump@vercel/nccfrom 0.38.1 to 0.38.3 (#1203)a7c2d94actions/cache upgrade (#1251)8026329Bump@actions/globfrom 0.4.0 to 0.5.0 (#1200)1d0ff46Bump undici from 5.28.4 to 5.28.5 (#1205)574f09aBump@types/jestfrom 29.5.12 to 29.5.14 (#1201)- Additional commits viewable in compare view
Updates actions/github-script from 6 to 7
Release notes
Sourced from actions/github-script's releases.
v7.0.0
What's Changed
- Add base-url option by
@robandpdxin actions/github-script#429- Expose async-function argument type by
@viktorlottin actions/github-script#402, see for details https://github.com/actions/github-script#use-scripts-with-jsdoc-support- Update dependencies and use Node 20 by
@joshmgrossin actions/github-script#425New Contributors
@navarroaxelmade their first contribution in actions/github-script#285@robandpdxmade their first contribution in actions/github-script#429@viktorlottmade their first contribution in actions/github-script#402Full Changelog: https://github.com/actions/github-script/compare/v6.4.1...v7.0.0
v6.4.1
What's Changed
- Add
@octokit/plugin-request-log, to produce debug output for requests by@mjpietersin actions/github-script#358- fix input handling by
@mjpietersin actions/github-script#357- Remove unused dependencies by
@mjpietersin actions/github-script#356- Default debug to current runner debug state by
@mjpietersin actions/github-script#363New Contributors
@mjpietersmade their first contribution in actions/github-script#358Full Changelog: https://github.com/actions/github-script/compare/v6.4.0...v6.4.1
v6.4.0
What's Changed
- Bump json5 from 2.1.3 to 2.2.3 by
@dependabotin actions/github-script#319- Bump minimatch from 3.0.4 to 3.1.2 by
@dependabotin actions/github-script#320- Add node-fetch by
@danmichaeloin actions/github-script#321New Contributors
@jongwooomade their first contribution in actions/github-script#313@austinvazquezmade their first contribution in actions/github-script#306@danmichaelomade their first contribution in actions/github-script#321Full Changelog: https://github.com/actions/github-script/compare/v6.3.3...v6.4.0
v6.3.3
What's Changed
- Update
@actions/globto 0.3.0 by@nineinchnickin actions/github-script#279New Contributors
@nineinchnickmade their first contribution in actions/github-script#279Full Changelog: https://github.com/actions/github-script/compare/v6.3.2...v6.3.3
v6.3.2
What's Changed
- Update
@actions/coreto 1.10.0 by@rentziassin actions/github-script#295
... (truncated)
Commits
60a0d83Merge pull request #440 from actions/joshmgross/v7.0.1b7fb200Update version to 7.0.112e22edMerge pull request #439 from actions/joshmgross/avoid-setting-base-urld319f8fAvoid settingbaseUrlto undefined when input is not providede69ef54Merge pull request #425 from actions/joshmgross/node-20ee0914bUpdate licensesd6fc56fUse@types/nodefor Node 20384d6cfFix quotations in tests8472492Only validate GraphQLpreviews84903f5Removenode-fetchfrom type- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Reviewers
The following teams could not be added as reviewers: observablt-ci, observablt-ci-contractors. Either they do not exist or they do not have the correct permissions to be added as a reviewer.
Please fix the above issues or remove invalid values from dependabot.yml.
The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.
:robot: GitHub comments
Expand to view the GitHub comments
Just comment with:
rundocs-build: Re-trigger the docs validation. (use unformatted text in the comment!)
This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:
backport-8./dis the label to automatically backport to the8./dbranch./dis the digit.- If no backport is necessary, please add the
backport-skiplabel