Skip to content

Bump azure/webapps-deploy from 2 to 3#71

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/azure/webapps-deploy-3
Open

Bump azure/webapps-deploy from 2 to 3#71
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/azure/webapps-deploy-3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps azure/webapps-deploy from 2 to 3.

Release notes

Sourced from azure/webapps-deploy's releases.

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

- name: Deploy to Azure Web App
  id: deploy-to-webapp
  uses: azure/webapps-deploy@v3
  with:
    app-name: ${{ env.AZURE_WEBAPP_NAME }}
    publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
    package: '*.war'
    type: (jar, war, zip, static)
    clean: (true, false)
    target-path: (i.e. /home/site/wwwroot/test, /home/site/wwwroot/test.war)
    restart: (true, false)

What's Changed

New Contributors

Full Changelog: Azure/webapps-deploy@v2.2.11...v3.0.0

v2.2.17

Changes:

... (truncated)

Commits
  • 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
  • 22fbf64 Merge branch 'releases/v3' into shilpirachna1/slotfixv3
  • 48ca679 Merge pull request #434 from Azure/shilpirachna1/cifixv3
  • 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 to 3.
- [Release notes](https://github.com/azure/webapps-deploy/releases)
- [Commits](Azure/webapps-deploy@v2...v3)

---
updated-dependencies:
- dependency-name: azure/webapps-deploy
  dependency-version: '3'
  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 Feb 26, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Feb 26, 2026

Deploying ai-services with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1d14545
Status: ✅  Deploy successful!
Preview URL: https://2edb1eeb.ai-services-36y.pages.dev
Branch Preview URL: https://dependabot-github-actions-az.ai-services-36y.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Feb 26, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
aiservices 1d14545 Feb 26 2026, 11:12 AM

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