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 #185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 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.10
peter-evans/create-or-update-comment 3.1.0 4.0.0
GrantBirki/json-yaml-validate 2.5.0 2.7.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
  • 17d9fd7 Merge pull request #257 from github/reggi/fix-unchecked-sticky
  • 86aef87 bundles
  • 0b2c35e Fixes unchecked sticky
  • f9e741b Merge pull request #254 from github/updates
  • 4d84470 update actions workflows
  • 3fbf47d update all node packages
  • a3979af Merge pull request #252 from github/dependabot/npm_and_yarn/npm-dependencies-...
  • 53d2ec3 Bump the npm-dependencies group with 1 update
  • c1504a7 add docs showing how users can save on Actions compute time
  • 4c2569b add docs note around permissions
  • 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.2

  • Fixed restore fail-on-cache-miss not working.

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

... (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.10

Release notes

Sourced from GrantBirki/comment's releases.

v2.0.10

What's Changed

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

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
  • 1e63d57 Merge pull request #23 from GrantBirki/updates
  • cec2296 update all node packages to their latest possible versions
  • b2e5f7f update actions/upload-artifact
  • df40ce3 use v4 in example
  • 43ea172 add acceptance test
  • f3f2a18 npm update
  • 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
  • Additional commits viewable 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.7.1

Release notes

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

v2.7.1

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v2.7.0...v2.7.1

v2.7.0

What's Changed

This release adds a new input option (ajv_custom_regexp_formats) which allows users to define custom ajv regex formats for validating JSON data through their schemas. Thanks to @​cfuerst for this excellent new feature! 🎉

Usage of this new feature is documented on the main README of this Action 📚

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v2.6.2...v2.7.0

v2.6.2

What's Changed

This release mostly just updates internal node dependencies used by this GitHub Action

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

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
  • d7814b9 Merge pull request #64 from cfuerst/fix/support-custom-ajv-format/tests
  • 5dab15a bundle with npm run all
  • ae050de fix(ajv-custom-format): tighten implemenation and provide missing tests
  • 6aecea1 Merge pull request #63 from GrantBirki/docs-updates
  • 7a5a721 add Custom Regex Formats section to the documentation
  • 33e30cf Merge pull request #62 from GrantBirki/node-package-updates
  • b925592 updates all node dependencies used by this action
  • 9fe5266 Merge pull request #61 from cfuerst/feat/60/suport-custom-ajv-format
  • 1e8d0ce revert test
  • 61864e7 should fail acceptence test (testing)
  • 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 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.10` |
| [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.7.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.10
- [Release notes](https://github.com/grantbirki/comment/releases)
- [Commits](GrantBirki/comment@v2.0.8...v2.0.10)

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.7.1
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases)
- [Commits](GrantBirki/json-yaml-validate@v2.5.0...v2.7.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 May 1, 2024
Copy link
Contributor

github-actions bot commented May 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 May 8, 2024
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