Target Android 13 SDK 33

I have an Ionic application that I am wanting to update to target Android 13 and SDK 33. I know that official support for SDK 33 won’t happen until Capacitor v5. But, will updating my application now break any of the official plugins being used in my Android application? I am already requesting device permissions when needed so that shouldn’t be an issue. List of plugins used:
@capacitor/haptics
@capacitor/keyboard
@capacitor/splash-screen
@capacitor/status-bar
@capacitor/preferences
@capacitor-community/http
@capacitor/device
@capacitor/filesystem
@capacitor/browser
@capacitor/app
@capacitor/core

By the reported issues, it would break camera, local and push notifications plugins. Filesystem also possible but not confirmed.

The camera error for Android is:
cannot open camera 0 without camera permission

We can get around this by asking the User to grant correct permissions at runtime I think. And with Capacitor 5 will you all fix this error?