Skip to content

chore: bump azure/webapps-deploy from 2.2.19 to 3.0.8#132

Merged
bartul merged 1 commit into
masterfrom
dependabot-github_actions-azure-webapps-deploy-3.0.8
May 18, 2026
Merged

chore: bump azure/webapps-deploy from 2.2.19 to 3.0.8#132
bartul merged 1 commit into
masterfrom
dependabot-github_actions-azure-webapps-deploy-3.0.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps azure/webapps-deploy from 2.2.19 to 3.0.8.

Release notes

Sourced from azure/webapps-deploy's releases.

Releases/v3 minor release

No release notes provided.

Releases/v3 minor patch version release

Following Changes: Azure/webapps-deploy#519

Releases/v3 minor patch version release

This contains changes related to Sidecar Azure/webapps-deploy#487

Releases/v3 minor patch version release

Changes: Azure/webapps-deploy#482

Releases/v3 minor patch version release

Adding following changes: Azure/webapps-deploy#480

Releases/v3 minor patch version release

Releasing following changes Azure/webapps-deploy#466

Node version updated to 20 in webapps_deploy@v3

Release version 3.0.0 🎉

Release v3

Moving from the older Zip Deploy API to Kudu Publish API for deploying your webapp via Github action webapps-deploy.

Reason for migration

The reason for this change is the Publish API /api/publish/ has many more features over the older /zipdeploy/ API and it is also currently used in the Azure CLI, plugins for Maven and Gradle, it would be consistent with other deployment providers.

What it means for the existing users

  • Users who are currently using the webapps-deploy@v2 can still use the same action without any change in the workflow file.
  • Users who want to shift to the new workflow can use the webapps-deploy@v3 to use the new Publish API features.

Features

  • New workflow parameter type - The type of the artifact being deployed, this sets the default target path and informs the web app how the deployment should be handled.
    • Allowed values: JAR, WAR, EAR, ZIP, Static
    • Ex: - type=war: Deploy a WAR package. By default, the WAR package is deployed to /home/site/wwwroot/app.war. The target path can be specified with parameter target-path.
  • New workflow parameter target-path - The absolute path to deploy the artifact to.
    • Allowed value: {string}
    • Ex: /home/site/wwwroot
  • New workflow parameter clean - Specifies whether to clean (delete) the target deployment before deploying the artifact there.
    • Allowed values: true/false
    • Ex: clean=true
  • New workflow parameter restart - By default, the API restarts the app following the deployment operation (restart=true). To deploy multiple artifacts, prevent restarts on all but the final deployment by setting restart=false.
    • Allowed values: true/false
    • Ex: restart=true

Example

... (truncated)

Commits
  • 02a81be Releases/v3 fix deprecation warning (#539)
  • 45c7df8 Minor release | v3 | March 26 (#532)
  • 84a80cf User/kumaraksh/releases v3 feb26 (#519)
  • 657f070 Releases/v3 final release for Sitecontainers (#487)
  • 32c5005 Releases/v3 fix all linux apps (#482)
  • 46ee007 Releases/v3 fix is linux set (#480)
  • b17be61 Releases/v3 | Delete release archive folder before deployment for php apps. (...
  • 408f461 Revert "releases/v3 | minor patch releases | Use a zip archival utility to ex...
  • 89acad3 releases/v3 | minor patch releases | Use a zip archival utility to exclude so...
  • 2fdd5c3 Merge pull request #433 from Azure/shilpirachna1/slotfixv3
  • Additional commits viewable in compare view

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 [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2.2.19 to 3.0.8.
- [Release notes](https://github.com/azure/webapps-deploy/releases)
- [Commits](Azure/webapps-deploy@5cfb776...02a81be)

---
updated-dependencies:
- dependency-name: azure/webapps-deploy
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the chore label May 18, 2026
@dependabot dependabot Bot requested a review from bartul as a code owner May 18, 2026 13:25
@dependabot dependabot Bot added the chore label May 18, 2026
@bartul bartul merged commit 384c5f2 into master May 18, 2026
1 check passed
@bartul bartul deleted the dependabot-github_actions-azure-webapps-deploy-3.0.8 branch May 18, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant