Skip to content

chore(deps): Bump nwtgck/actions-netlify from 3.0.0 to 4.0.0#360

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/nwtgck/actions-netlify-4.0.0
Open

chore(deps): Bump nwtgck/actions-netlify from 3.0.0 to 4.0.0#360
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/nwtgck/actions-netlify-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps nwtgck/actions-netlify from 3.0.0 to 4.0.0.

Release notes

Sourced from nwtgck/actions-netlify's releases.

v4.0.0

https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md

Changelog

Sourced from nwtgck/actions-netlify's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

[Unreleased]

[4.0.0] - 2026-06-05

Changed

  • Update dependencies
  • Updates the default runtime to node24

[3.0.0] - 2024-03-10

Changed

  • Update dependencies
  • Updates the default runtime to node20

[2.1.0] - 2023-08-18

Changed

  • Update dependencies

Added

[2.0.0] - 2022-12-08

Changed

  • Update dependencies
  • Updates the default runtime to node16

[1.2.4] - 2022-10-14

Changed

  • Update dependencies

[1.2.3] - 2021-12-20

Changed

  • Update dependencies

[1.2.2] - 2021-05-08

Fixed

  • Fix GitHub deployment description

Changed

  • Update dependencies

[1.2.1] - 2021-05-05

Added

  • Add "fails-without-credentials" input to fail if the credentials not provided #532

Changed

  • Update dependencies

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/nwtgck/actions-netlify/releases)
- [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md)
- [Commits](nwtgck/actions-netlify@4cbaf4c...d22a32a)

---
updated-dependencies:
- dependency-name: nwtgck/actions-netlify
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 15, 2026 17:03
@codacy-production

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the 'nwtgck/actions-netlify' GitHub Action to version 4.0.0. Although Codacy analysis indicates the change is up to standards, there are significant functional risks. Specifically, version 4.0.0 contains regressions in token handling that were subsequently fixed in version 4.0.1. Furthermore, the workflow configuration lacks the explicit 'deployments: write' permissions required for the 'github-deployment-environment' feature to operate. It is recommended to bump to version 4.0.1 and ensure the correct GITHUB_TOKEN permissions are set.

Test suggestions

  • Verify the 'Deploy docs (branch preview)' job successfully deploys to Netlify using the new action version and Node 24 runtime
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify the 'Deploy docs (branch preview)' job successfully deploys to Netlify using the new action version and Node 24 runtime

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

- name: Deploy docs (branch preview)
if: github.ref != 'refs/heads/master'
uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 # v3.0
uses: nwtgck/actions-netlify@d22a32a27c918fe470bbc562e984f80ec48c2668 # v4.0.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Suggestion: Version 4.0.0 of this action requires Node.js 20 and has known regressions in token handling that were resolved in v4.0.1. Because github-deployment-environment is specified, the workflow requires explicit deployments: write permissions to function correctly. Try running the following prompt in your coding agent: > Update the nwtgck/actions-netlify action to the latest v4.x patch version and check for deployments: write permissions in the workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants