In current versions of the SDK (v4 and AEP), trackAction events do not include the name of the Screen or State the action occurred on - by default the pageName parameter is populated by the App Version, and this appears to be discarded on processing.
Because of this, there is no out-of-the-box way to report on Action Name (or other dimensions set on a trackAction) against the Screen/Page/State that the action occurred on - a very common, straightforward report. This forces implementations into bulky workarounds such as including Page Names in the Action Names or creating a second Page Name custom dimension.
If trackActions captured the actual Page Name, this would make a very common scenario much easier to implement & report on.