Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 6 updates #180

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the github-actions group with 6 updates:

Package From To
github/branch-deploy 8 9
actions/cache 3 4
withastro/action 1.0.3 2.0.0
GrantBirki/comment 2.0.8 2.0.9
peter-evans/create-or-update-comment 3.1.0 4.0.0
GrantBirki/json-yaml-validate 2.5.0 2.6.1

Updates github/branch-deploy from 8 to 9

Release notes

Sourced from github/branch-deploy's releases.

v9.0.0

What's Changed


⚠️ potentially breaking change! ⚠️

The vast majority of teams should be able to upgrade to v9.0.0 without any issues

It should be noted that this change is only "breaking" in the sense that unexpected behavior may take place for teams using more unique git flows for development. If you want to maintain the current state of this Action on v9.0.0 and beyond, all you need to do is to simply set outdated_mode: "pr_base" in the Action configuration. Most teams using this Action will not notice any issues upgrading to v9.x.x.


This release introduces a new input option (outdated_mode) for fine grain control over deployments when a branch is deemed "out-of-date" 🎉. These changes were introduced in github/branch-deploy#237 and the aforementioned pull request contains a lot of information around these changes. You can also view the detailed documentation around this new input option to learn more and how you and your team can use it. Enjoy!

Full Changelog: github/branch-deploy@v8...v9.0.0


Huge thank you to @​jessew-albert for helping out with the features in this release! 🙇

v8.2.1

This patch release contains internal dependency updates

What's Changed

Full Changelog: github/branch-deploy@v8...v8.2.1

v8.2.0

What's Changed

Full Changelog: github/branch-deploy@v8...v8.2.0

v8.1.2

What's Changed

This release updates internal node dependencies that this Action uses

... (truncated)

Commits
  • 0ae2f57 Merge pull request #240 from github/node-package-updates
  • 4172dfe update all node deps
  • fdb7b54 Merge pull request #237 from github/update-base-branch-improvements
  • ef4274f Merge branch 'main' into update-base-branch-improvements
  • 511a5b8 Merge pull request #239 from github/dependabot/npm_and_yarn/npm-dependencies-...
  • 105f108 Merge branch 'main' into dependabot/npm_and_yarn/npm-dependencies-a2dcd920b4
  • 377f6cf Merge pull request #238 from github/dependabot/github_actions/github-actions-...
  • f83fdd8 update help message
  • b430ecd fix link
  • 085c5b7 add docs for Scenario 4
  • Additional commits viewable in compare view

Updates actions/cache from 3 to 4

Release notes

Sourced from actions/cache's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.3.3

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

4.0.1

  • Updated isGhes check

4.0.0

  • Updated minimum runner version support from node 12 -> node 20

3.3.3

  • Updates @​actions/cache to v3.2.3 to fix accidental mutated path arguments to getCacheVersion actions/toolkit#1378
  • Additional audit fixes of npm package(s)

3.3.2

  • Fixes bug with Azure SDK causing blob downloads to get stuck.

3.3.1

  • Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.

3.3.0

  • Added option to lookup cache without downloading it.

3.2.6

  • Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.

3.2.5

  • Added fix to prevent from setting MYSYS environment variable globally.

3.2.4

  • Added option to fail job on cache miss.

3.2.3

  • Support cross os caching on Windows as an opt-in feature.
  • Fix issue with symlink restoration on Windows for cross-os caches.

3.2.2

  • Reverted the changes made in 3.2.1 to use gnu tar and zstd by default on windows.

3.2.1

... (truncated)

Commits

Updates withastro/action from 1.0.3 to 2.0.0

Release notes

Sourced from withastro/action's releases.

v2.0.0

Upgrade Guide

Update your deployment logic to actions/deploy-pages@v4 or newer.

Previously, withastro/action@v1 was compatible with older versions of the actions/deploy-pages action (v3 or older). Now, withastro/actions@v2 is only compatible with v4 or newer. This is because we now rely on actions/upload-pages-artifact@v3.

      - name: Deploy to GitHub Pages
        id: deployment
-        uses: actions/deploy-pages@v3
+        uses: actions/deploy-pages@v4

Commits

See details of all code changes since previous release.

v1.0.6

Changelog

See details of all code changes since previous release.

v1.0.5

What's Changed

Full Changelog: withastro/action@v1.0.4...v1.0.5

v1.0.4

What's Changed

New Contributors

Full Changelog: withastro/action@v1.0.3...v1.0.4

Commits

Updates GrantBirki/comment from 2.0.8 to 2.0.9

Release notes

Sourced from GrantBirki/comment's releases.

v2.0.9

What's Changed

Only internal node dependency updates in this release!

Full Changelog: GrantBirki/comment@v2.0.8...v2.0.9

Commits
  • d5cdf02 Merge pull request #21 from GrantBirki/general-updates
  • 5689d4b move workflow dir
  • 85af987 add .github/workflows/update-latest-release-tag.yml workflow
  • 2dbc76a update lint job
  • 25e5203 update all node packages with npm update
  • See full diff in compare view

Updates peter-evans/create-or-update-comment from 3.1.0 to 4.0.0

Release notes

Sourced from peter-evans/create-or-update-comment's releases.

Create or Update Comment v4.0.0

⚙️ Updated runtime to Node.js 20

  • The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.

What's Changed

Full Changelog: peter-evans/create-or-update-comment@v3.1.0...v4.0.0

Commits
  • 71345be feat: update runtime to node 20 (#306)
  • d41bfe3 build(deps-dev): bump prettier from 3.2.3 to 3.2.4 (#305)
  • 73b4b9e build(deps-dev): bump @​types/node from 18.19.7 to 18.19.8 (#304)
  • b865fac build(deps-dev): bump @​types/node from 18.19.6 to 18.19.7 (#303)
  • 52b668a build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 (#302)
  • 974f56a build(deps-dev): bump prettier from 3.1.1 to 3.2.3 (#301)
  • 2cbfe8b build(deps-dev): bump @​types/node from 18.19.4 to 18.19.6 (#300)
  • 761872a build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#299)
  • 72c3238 build(deps-dev): bump @​types/node from 18.19.3 to 18.19.4 (#298)
  • 07daf7b build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 (#297)
  • Additional commits viewable in compare view

Updates GrantBirki/json-yaml-validate from 2.5.0 to 2.6.1

Release notes

Sourced from GrantBirki/json-yaml-validate's releases.

v2.6.1

What's Changed

Internal node dependency updates and CI updates

Full Changelog: GrantBirki/json-yaml-validate@v2.6.0...v2.6.1

v2.6.0

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v2.5.0...v2.6.0

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the github-actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github/branch-deploy](https://github.com/github/branch-deploy) | `8` | `9` |
| [actions/cache](https://github.com/actions/cache) | `3` | `4` |
| [withastro/action](https://github.com/withastro/action) | `1.0.3` | `2.0.0` |
| [GrantBirki/comment](https://github.com/grantbirki/comment) | `2.0.8` | `2.0.9` |
| [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `3.1.0` | `4.0.0` |
| [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) | `2.5.0` | `2.6.1` |


Updates `github/branch-deploy` from 8 to 9
- [Release notes](https://github.com/github/branch-deploy/releases)
- [Commits](github/branch-deploy@v8...v9)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

Updates `withastro/action` from 1.0.3 to 2.0.0
- [Release notes](https://github.com/withastro/action/releases)
- [Commits](withastro/action@f122c02...acfe56d)

Updates `GrantBirki/comment` from 2.0.8 to 2.0.9
- [Release notes](https://github.com/grantbirki/comment/releases)
- [Commits](GrantBirki/comment@v2.0.8...v2.0.9)

Updates `peter-evans/create-or-update-comment` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@23ff157...71345be)

Updates `GrantBirki/json-yaml-validate` from 2.5.0 to 2.6.1
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases)
- [Commits](GrantBirki/json-yaml-validate@v2.5.0...v2.6.1)

---
updated-dependencies:
- dependency-name: github/branch-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: withastro/action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: GrantBirki/comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: peter-evans/create-or-update-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: GrantBirki/json-yaml-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies changes related to dependencies or packages github_actions Pull requests that update GitHub Actions code labels Mar 1, 2024
Copy link
Contributor

github-actions bot commented Mar 1, 2024

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of the deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Deploy your pull request to the production environment with .deploy

    If anything goes wrong, rollback with .deploy main

  4. 🎉 Merge!

If you have a larger change and want to block deployments, you can run .lock --reason <reason> to lock all other deployments (remove with .unlock)

You can view the branch deploy usage guide for additional information

@github-actions github-actions bot mentioned this pull request Mar 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #185.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-8eb35b29a7 branch May 1, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies changes related to dependencies or packages github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants